Color: #B47FBD

#B47FBD Color Information

#B47FBD is a light color. The closest websafe version is #B47FBD. A complement of this color would be #88BD7F, perceived brightness is 0.59, and the grayscale version is #9E9E9E.

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

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

In the Yxy color space, this color is represented as Y: 28.45, x: 0.3438, and y: 0.2766.

Color Code #B47FBD

#B47FBDrgb(180, 127, 189)
HEX
#B47FBD
RGB
rgb(180, 127, 189)
HSL
hsl(291, 32%, 62%)
HSV
hsv(291, 33%, 74%)
CMYK
5%, 33%, 0%, 26%
XYZ
X: 35.36, Y: 28.45, Z: 39.04
Lab
L: 60.30, a: 29.01, b: -24.29
Name

Shades of Color #B47FBD

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

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

#B47FBDrgb(180, 127, 189)

About #B47FBD Color Code

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

  • HEX: #B47FBD
  • RGB: rgb(180, 127, 189)
  • HSL: hsl(291, 32%, 62%)
  • HSV: hsv(291, 33%, 74%)
  • CMYK: 5.00% cyan, 33.00% magenta, 0.00% yellow, 26.00% black
  • XYZ: 35.36, 28.45, 39.04
  • Yxy: 28.45, 0.3438, 0.2766
  • Hunter Lab: 60.30, 29.01, -24.29
  • CIE-Lab: 60.30, 29.01, -24.29

In the XYZ color space, this color is represented as X: 35.36, Y: 28.45, Z: 39.04. The Yxy representation further refines this as Y: 28.45, x: 0.3438, and y: 0.2766.

In the Hunter Lab color space, this color is represented as L: 60.30, a: 29.01, and b: -24.29. Similarly, in the CIE-Lab color space, it is represented as L: 60.30, a: 29.01, and b: -24.29.

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

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

Analogous Colors of #B47FBD

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

Split Complementary Colors of #B47FBD

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

Tetradic Colors of #B47FBD

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

Monochromatic Colors of #B47FBD

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

Complementary Color of #B47FBD

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

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

HTML Examples of #B47FBD

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

Related Colors of #B47FBD

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