Color #BA94CE

HEX

#BA94CE

RGB

(186, 148, 206)

Quick Actions

Color Values

Color Space Values
RGB
R: 186, G: 148, B: 206 (73%, 58%, 81%)
CMYK C: 10%, M: 28%, Y: 0%, K: 19%
HSL H: 279°, S: 37%, L: 69%
HSV H: 279°, S: 28%, V: 81%
CIE-LAB L: 66.58, a: 24.82, b: -24.4
CIE-LCH L: 66.58, C: 34.81, H: 315.49
Hunter-Lab L: 60.07, a: 17.19, b: -31.53
Web Safe
#cc99cc
Complementary
#a8ce94

#BA94CE is a color with RGB values of 186 red, 148 green, and 206 blue (73%, 58%, 81% respectively). In the CMYK color space, it consists of 10% cyan, 28% magenta, 0% yellow, and 19% black. The color has a hue angle of 279°, 37% saturation, and 69% lightness in the HSL color space.

For web design purposes, the closest web-safe color is #cc99cc. The complementary color is #a8ce94, which can be used to create high-contrast color combinations. This color can be effectively used in web design for text, backgrounds, borders, and other UI elements as demonstrated below.

Color Variations of #BA94CE

Explore different variations of #BA94CE including shades, tints, and monochromatic colors. Each variation maintains the color's essence while offering different levels of intensity and brightness.

Shades

Darker variations created by mixing with black, perfect for creating depth and contrast

90% to 20% darkness

Tints

Lighter variations created by mixing with white, ideal for subtle and soft color schemes

10% to 80% lightness

Monochromatic Palette

Colors using the same hue with varying saturation and brightness, creating harmonious combinations

90% to 20% brightness scale

Using Monochromatic Colors

Monochromatic color schemes are created using different shades, tints, and tones of #BA94CE. This palette is perfect for creating depth and visual interest while maintaining color harmony. Ideal for minimalist designs, infographics, and professional presentations.

Color Schemes with #BA94CE

Explore different color combinations and harmonies that work well with #BA94CE.

Complementary Color

Analogous Color

Split Complementary Color

Triadic Color

Tones of #BA94CE

A tone is produced by adding gray to any pure hue. In this case, the less saturated colors have more gray mixed in, while the more saturated ones are closer to the pure color.

How to Use #BA94CE

Text with #BA94CE

This text has a font color of #BA94CE.

<span style="color:#BA94CE;">Text here</span>
.text { color: #BA94CE; }

#BA94CE background color

This paragraph has a background color of #BA94CE.

<p style="background-color:#BA94CE;">Content here</p>
.background { background-color: #BA94CE; }

#BA94CE border color

This element has a border color of #BA94CE.
<div style="border:1px solid #BA94CE;">Content here</div>
.border { border: 1px solid #BA94CE; }

#BA94CE box shadow

This element has a box shadow using #BA94CE.
<div style="box-shadow: 0 4px 6px -1px #BA94CE80">Content here</div>
.shadow { box-shadow: 0 4px 6px -1px #BA94CE80; }
Copied to clipboard!