Color: #B17FBD

#B17FBD Color Information

#B17FBD is a light color. The closest websafe version is #B17FBD. A complement of this color would be #8BBD7F, perceived brightness is 0.58, and the grayscale version is #9E9E9E.

In the HSL color space, this color has a hue angle of 288°,a saturation of 32%, and a lightness of 62%.The HSV representation shows a hue of 288°, a saturation of 33%, and a value of 74%.

In a RGB color space, #B17FBD is composed of 69% red, 50% green and 74% blue. Whereas in a CMYK color space, it is composed of 6% cyan, 33% magenta, 0% yellow and 26% black.

In the Yxy color space, this color is represented as Y: 28.08, x: 0.3404, and y: 0.2760.

Color Code #B17FBD

#B17FBDrgb(177, 127, 189)
HEX
#B17FBD
RGB
rgb(177, 127, 189)
HSL
hsl(288, 32%, 62%)
HSV
hsv(288, 33%, 74%)
CMYK
6%, 33%, 0%, 26%
XYZ
X: 34.63, Y: 28.08, Z: 39.02
Lab
L: 59.96, a: 27.97, b: -24.84
Name

Shades of Color #B17FBD

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

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

#B17FBDrgb(177, 127, 189)

About #B17FBD Color Code

In the HSL color space, this color has a hue angle of 288°, a saturation of 32%, and a lightness of 62%. The HSV representation shows a hue of 288°, a saturation of 33%, and a value of 74%.

  • HEX: #B17FBD
  • RGB: rgb(177, 127, 189)
  • HSL: hsl(288, 32%, 62%)
  • HSV: hsv(288, 33%, 74%)
  • CMYK: 6.00% cyan, 33.00% magenta, 0.00% yellow, 26.00% black
  • XYZ: 34.63, 28.08, 39.02
  • Yxy: 28.08, 0.3404, 0.2760
  • Hunter Lab: 59.96, 27.97, -24.84
  • CIE-Lab: 59.96, 27.97, -24.84

In the XYZ color space, this color is represented as X: 34.63, Y: 28.08, Z: 39.02. The Yxy representation further refines this as Y: 28.08, x: 0.3404, and y: 0.2760.

In the Hunter Lab color space, this color is represented as L: 59.96, a: 27.97, and b: -24.84. Similarly, in the CIE-Lab color space, it is represented as L: 59.96, a: 27.97, and b: -24.84.

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

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

Analogous Colors of #B17FBD

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

Monochromatic Colors of #B17FBD

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

Complementary Color of #B17FBD

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

/* Using HEX */
body {
  background-color: #b17fbd;
}
/* Using RGB */
body {
  background-color: rgb(177, 127, 189);
}
/* Using RGB with opacity */
body {
  background-color: rgba(177, 127, 189, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(288, 32%, 62%);
}
/* Text color */
p {
  color: #b17fbd;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #b17fbd;
}
/* Border color */
.box {
  border: 4px solid #b17fbd;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #b17fbd;
}
Text Shadow Preview
/* Background with text */
div {
  background: #b17fbd;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#B17FBD
On Black Background
#B17FBD
On White Background
#B17FBD

HTML Examples of #B17FBD

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

Related Colors of #B17FBD

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