Color: #B86FBF

#B86FBF Color Information

#B86FBF is a light color. The closest websafe version is #B86FBF. A complement of this color would be #75BE6F, perceived brightness is 0.56, and the grayscale version is #979797.

In the HSL color space, this color has a hue angle of 295°,a saturation of 38%, and a lightness of 59%.The HSV representation shows a hue of 295°, a saturation of 42%, and a value of 75%.

In a RGB color space, #B86FBF is composed of 72% red, 44% green and 75% blue. Whereas in a CMYK color space, it is composed of 4% cyan, 42% magenta, 0% yellow and 25% black.

In the Yxy color space, this color is represented as Y: 25.22, x: 0.3479, and y: 0.2544.

Color Code #B86FBF

#B86FBFrgb(184, 111, 191)
HEX
#B86FBF
RGB
rgb(184, 111, 191)
HSL
hsl(295, 38%, 59%)
HSV
hsv(295, 42%, 75%)
CMYK
4%, 42%, 0%, 25%
XYZ
X: 34.48, Y: 25.22, Z: 39.42
Lab
L: 57.29, a: 38.99, b: -29.98
Name

Shades of Color #B86FBF

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

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

#B86FBFrgb(184, 111, 191)

About #B86FBF Color Code

In the HSL color space, this color has a hue angle of 295°, a saturation of 38%, and a lightness of 59%. The HSV representation shows a hue of 295°, a saturation of 42%, and a value of 75%.

  • HEX: #B86FBF
  • RGB: rgb(184, 111, 191)
  • HSL: hsl(295, 38%, 59%)
  • HSV: hsv(295, 42%, 75%)
  • CMYK: 4.00% cyan, 42.00% magenta, 0.00% yellow, 25.00% black
  • XYZ: 34.48, 25.22, 39.42
  • Yxy: 25.22, 0.3479, 0.2544
  • Hunter Lab: 57.29, 38.99, -29.98
  • CIE-Lab: 57.29, 38.99, -29.98

In the XYZ color space, this color is represented as X: 34.48, Y: 25.22, Z: 39.42. The Yxy representation further refines this as Y: 25.22, x: 0.3479, and y: 0.2544.

In the Hunter Lab color space, this color is represented as L: 57.29, a: 38.99, and b: -29.98. Similarly, in the CIE-Lab color space, it is represented as L: 57.29, a: 38.99, and b: -29.98.

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

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

Analogous Colors of #B86FBF

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

Split Complementary Colors of #B86FBF

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

Tetradic Colors of #B86FBF

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

Monochromatic Colors of #B86FBF

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

Complementary Color of #B86FBF

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

/* Using HEX */
body {
  background-color: #b86fbf;
}
/* Using RGB */
body {
  background-color: rgb(184, 111, 191);
}
/* Using RGB with opacity */
body {
  background-color: rgba(184, 111, 191, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(295, 38%, 59%);
}
/* Text color */
p {
  color: #b86fbf;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #b86fbf;
}
/* Border color */
.box {
  border: 4px solid #b86fbf;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #b86fbf;
}
Text Shadow Preview
/* Background with text */
div {
  background: #b86fbf;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#B86FBF
On Black Background
#B86FBF
On White Background
#B86FBF

HTML Examples of #B86FBF

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

Related Colors of #B86FBF

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