Color: #B87CBB

#B87CBB Color Information

#B87CBB is a light color. The closest websafe version is #B87CBB. A complement of this color would be #7FBB7C, perceived brightness is 0.58, and the grayscale version is #9B9B9B.

In the HSL color space, this color has a hue angle of 297°,a saturation of 32%, and a lightness of 61%.The HSV representation shows a hue of 297°, a saturation of 34%, and a value of 73%.

In a RGB color space, #B87CBB is composed of 72% red, 49% green and 73% blue. Whereas in a CMYK color space, it is composed of 2% cyan, 34% magenta, 0% yellow and 27% black.

In the Yxy color space, this color is represented as Y: 28.13, x: 0.3507, and y: 0.2758.

Color Code #B87CBB

#B87CBBrgb(184, 124, 187)
HEX
#B87CBB
RGB
rgb(184, 124, 187)
HSL
hsl(297, 32%, 61%)
HSV
hsv(297, 34%, 73%)
CMYK
2%, 34%, 0%, 27%
XYZ
X: 35.77, Y: 28.13, Z: 38.11
Lab
L: 60.00, a: 31.68, b: -23.56
Name

Shades of Color #B87CBB

Shades are created by darkening the original color #B87CBB 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 #B87CBB

Tints are created by lightening the original color #B87CBB 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.

#B87CBBrgb(184, 124, 187)

About #B87CBB Color Code

In the HSL color space, this color has a hue angle of 297°, a saturation of 32%, and a lightness of 61%. The HSV representation shows a hue of 297°, a saturation of 34%, and a value of 73%.

  • HEX: #B87CBB
  • RGB: rgb(184, 124, 187)
  • HSL: hsl(297, 32%, 61%)
  • HSV: hsv(297, 34%, 73%)
  • CMYK: 2.00% cyan, 34.00% magenta, 0.00% yellow, 27.00% black
  • XYZ: 35.77, 28.13, 38.11
  • Yxy: 28.13, 0.3507, 0.2758
  • Hunter Lab: 60.00, 31.68, -23.56
  • CIE-Lab: 60.00, 31.68, -23.56

In the XYZ color space, this color is represented as X: 35.77, Y: 28.13, Z: 38.11. The Yxy representation further refines this as Y: 28.13, x: 0.3507, and y: 0.2758.

In the Hunter Lab color space, this color is represented as L: 60.00, a: 31.68, and b: -23.56. Similarly, in the CIE-Lab color space, it is represented as L: 60.00, a: 31.68, and b: -23.56.

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 #B87CBB

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

Analogous Colors of #B87CBB

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

Monochromatic Colors of #B87CBB

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

Complementary Color of #B87CBB

The complementary color of #B87CBB 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 #B87CBB

/* Using HEX */
body {
  background-color: #b87cbb;
}
/* Using RGB */
body {
  background-color: rgb(184, 124, 187);
}
/* Using RGB with opacity */
body {
  background-color: rgba(184, 124, 187, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(297, 32%, 61%);
}
/* Text color */
p {
  color: #b87cbb;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #b87cbb;
}
/* Border color */
.box {
  border: 4px solid #b87cbb;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #b87cbb;
}
Text Shadow Preview
/* Background with text */
div {
  background: #b87cbb;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#B87CBB
On Black Background
#B87CBB
On White Background
#B87CBB

HTML Examples of #B87CBB

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

Related Colors of #B87CBB

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