Color: #B17BBC

#B17BBC Color Information

#B17BBC is a light color. The closest websafe version is #B17BBC. A complement of this color would be #86BC7B, perceived brightness is 0.57, and the grayscale version is #9C9C9C.

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

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

In the Yxy color space, this color is represented as Y: 27.03, x: 0.3417, and y: 0.2717.

Color Code #B17BBC

#B17BBCrgb(177, 123, 188)
HEX
#B17BBC
RGB
rgb(177, 123, 188)
HSL
hsl(290, 33%, 61%)
HSV
hsv(290, 35%, 74%)
CMYK
6%, 35%, 0%, 26%
XYZ
X: 33.99, Y: 27.03, Z: 38.45
Lab
L: 59.00, a: 29.94, b: -25.74
Name

Shades of Color #B17BBC

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

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

#B17BBCrgb(177, 123, 188)

About #B17BBC Color Code

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

  • HEX: #B17BBC
  • RGB: rgb(177, 123, 188)
  • HSL: hsl(290, 33%, 61%)
  • HSV: hsv(290, 35%, 74%)
  • CMYK: 6.00% cyan, 35.00% magenta, 0.00% yellow, 26.00% black
  • XYZ: 33.99, 27.03, 38.45
  • Yxy: 27.03, 0.3417, 0.2717
  • Hunter Lab: 59.00, 29.94, -25.74
  • CIE-Lab: 59.00, 29.94, -25.74

In the XYZ color space, this color is represented as X: 33.99, Y: 27.03, Z: 38.45. The Yxy representation further refines this as Y: 27.03, x: 0.3417, and y: 0.2717.

In the Hunter Lab color space, this color is represented as L: 59.00, a: 29.94, and b: -25.74. Similarly, in the CIE-Lab color space, it is represented as L: 59.00, a: 29.94, and b: -25.74.

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

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

Analogous Colors of #B17BBC

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

Monochromatic Colors of #B17BBC

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

Complementary Color of #B17BBC

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

/* Using HEX */
body {
  background-color: #b17bbc;
}
/* Using RGB */
body {
  background-color: rgb(177, 123, 188);
}
/* Using RGB with opacity */
body {
  background-color: rgba(177, 123, 188, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(290, 33%, 61%);
}
/* Text color */
p {
  color: #b17bbc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #b17bbc;
}
/* Border color */
.box {
  border: 4px solid #b17bbc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #b17bbc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #b17bbc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#B17BBC
On Black Background
#B17BBC
On White Background
#B17BBC

HTML Examples of #B17BBC

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

Related Colors of #B17BBC

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