Color: #B47EBB

#B47EBB Color Information

#B47EBB is a light color. The closest websafe version is #B47EBB. A complement of this color would be #84BA7D, perceived brightness is 0.58, and the grayscale version is #9C9C9C.

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

In a RGB color space, #B47EBB is composed of 71% red, 49% green and 73% blue. Whereas in a CMYK color space, it is composed of 4% cyan, 33% magenta, 0% yellow and 27% black.

In the Yxy color space, this color is represented as Y: 28.12, x: 0.3459, and y: 0.2775.

Color Code #B47EBB

#B47EBBrgb(180, 126, 187)
HEX
#B47EBB
RGB
rgb(180, 126, 187)
HSL
hsl(293, 31%, 61%)
HSV
hsv(293, 33%, 73%)
CMYK
4%, 33%, 0%, 27%
XYZ
X: 35.05, Y: 28.12, Z: 38.15
Lab
L: 60.00, a: 29.24, b: -23.61
Name

Shades of Color #B47EBB

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

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

#B47EBBrgb(180, 126, 187)

About #B47EBB Color Code

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

  • HEX: #B47EBB
  • RGB: rgb(180, 126, 187)
  • HSL: hsl(293, 31%, 61%)
  • HSV: hsv(293, 33%, 73%)
  • CMYK: 4.00% cyan, 33.00% magenta, 0.00% yellow, 27.00% black
  • XYZ: 35.05, 28.12, 38.15
  • Yxy: 28.12, 0.3459, 0.2775
  • Hunter Lab: 60.00, 29.24, -23.61
  • CIE-Lab: 60.00, 29.24, -23.61

In the XYZ color space, this color is represented as X: 35.05, Y: 28.12, Z: 38.15. The Yxy representation further refines this as Y: 28.12, x: 0.3459, and y: 0.2775.

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

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

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

Analogous Colors of #B47EBB

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

Monochromatic Colors of #B47EBB

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

Complementary Color of #B47EBB

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

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

HTML Examples of #B47EBB

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

Related Colors of #B47EBB

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