Color: #B87ECC

#B87ECC Color Information

#B87ECC is a light color. The closest websafe version is #B87ECC. A complement of this color would be #93CC7F, perceived brightness is 0.60, and the grayscale version is #A5A5A5.

In the HSL color space, this color has a hue angle of 285°,a saturation of 43%, and a lightness of 65%.The HSV representation shows a hue of 285°, a saturation of 38%, and a value of 80%.

In a RGB color space, #B87ECC is composed of 72% red, 49% green and 80% blue. Whereas in a CMYK color space, it is composed of 10% cyan, 38% magenta, 0% yellow and 20% black.

In the Yxy color space, this color is represented as Y: 29.28, x: 0.3335, and y: 0.2599.

Color Code #B87ECC

#B87ECCrgb(184, 126, 204)
HEX
#B87ECC
RGB
rgb(184, 126, 204)
HSL
hsl(285, 43%, 65%)
HSV
hsv(285, 38%, 80%)
CMYK
10%, 38%, 0%, 20%
XYZ
X: 37.58, Y: 29.28, Z: 45.82
Lab
L: 61.03, a: 33.19, b: -31.57
Name

Shades of Color #B87ECC

Shades are created by darkening the original color #B87ECC in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.

Tints of Color #B87ECC

Tints are created by lightening the original color #B87ECC in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.

#B87ECCrgb(184, 126, 204)

About #B87ECC Color Code

In the HSL color space, this color has a hue angle of 285°, a saturation of 43%, and a lightness of 65%. The HSV representation shows a hue of 285°, a saturation of 38%, and a value of 80%.

  • HEX: #B87ECC
  • RGB: rgb(184, 126, 204)
  • HSL: hsl(285, 43%, 65%)
  • HSV: hsv(285, 38%, 80%)
  • CMYK: 10.00% cyan, 38.00% magenta, 0.00% yellow, 20.00% black
  • XYZ: 37.58, 29.28, 45.82
  • Yxy: 29.28, 0.3335, 0.2599
  • Hunter Lab: 61.03, 33.19, -31.57
  • CIE-Lab: 61.03, 33.19, -31.57

In the XYZ color space, this color is represented as X: 37.58, Y: 29.28, Z: 45.82. The Yxy representation further refines this as Y: 29.28, x: 0.3335, and y: 0.2599.

In the Hunter Lab color space, this color is represented as L: 61.03, a: 33.19, and b: -31.57. Similarly, in the CIE-Lab color space, it is represented as L: 61.03, a: 33.19, and b: -31.57.

Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.

Triadic Colors of #B87ECC

Triadic colors are three colors evenly spaced around the color wheel, including #B87ECC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #B87ECC

Analogous colors are adjacent to #B87ECC on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Split Complementary Colors of #B87ECC

Split complementary colors are two colors adjacent to the complementary color of #B87ECC. They create a balanced and visually appealing color scheme.

Tetradic Colors of #B87ECC

Tetradic colors form a rectangle on the color wheel, including #B87ECC. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #B87ECC

Monochromatic colors are variations of #B87ECC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #B87ECC

The complementary color of #B87ECC is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.

CSS Examples of #B87ECC

/* Using HEX */
body {
  background-color: #b87ecc;
}
/* Using RGB */
body {
  background-color: rgb(184, 126, 204);
}
/* Using RGB with opacity */
body {
  background-color: rgba(184, 126, 204, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(285, 43%, 65%);
}
/* Text color */
p {
  color: #b87ecc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #b87ecc;
}
/* Border color */
.box {
  border: 4px solid #b87ecc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #b87ecc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #b87ecc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#B87ECC
On Black Background
#B87ECC
On White Background
#B87ECC

HTML Examples of #B87ECC

<!-- Using HEX -->
<div style="background-color: #b87ecc; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(184, 126, 204); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(184, 126, 204, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(285, 43%, 65%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #b87ecc;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #b87ecc; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #b87ecc; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #b87ecc;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #b87ecc; color: #fff; padding: 16px; border-radius: 8px;">
  #B87ECC
</div>
#B87ECC
On Black Background
#B87ECC
On White Background
#B87ECC

Related Colors of #B87ECC

These colors are similar to #B87ECC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.