Color: #B87BDD
#B87BDD Color Information
#B87BDD is a light color. The closest websafe version is #B87BDD. A complement of this color would be #9FDC79, perceived brightness is 0.60, and the grayscale version is #ACACAC.
In the HSL color space, this color has a hue angle of 277°,a saturation of 59%, and a lightness of 67%.The HSV representation shows a hue of 277°, a saturation of 44%, and a value of 87%.
In a RGB color space, #B87BDD is composed of 72% red, 48% green and 87% blue. Whereas in a CMYK color space, it is composed of 17% cyan, 44% magenta, 0% yellow and 13% black.
In the Yxy color space, this color is represented as Y: 29.25, x: 0.3177, and y: 0.2391.
Color Code #B87BDD
Shades of Color #B87BDD
Shades are created by darkening the original color #B87BDD 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 #B87BDD
Tints are created by lightening the original color #B87BDD 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.
About #B87BDD Color Code
In the HSL color space, this color has a hue angle of 277°, a saturation of 59%, and a lightness of 67%. The HSV representation shows a hue of 277°, a saturation of 44%, and a value of 87%.
- HEX: #B87BDD
- RGB: rgb(184, 123, 221)
- HSL: hsl(277, 59%, 67%)
- HSV: hsv(277, 44%, 87%)
- CMYK: 17.00% cyan, 44.00% magenta, 0.00% yellow, 13.00% black
- XYZ: 38.87, 29.25, 54.23
- Yxy: 29.25, 0.3177, 0.2391
- Hunter Lab: 61.00, 37.48, -41.12
- CIE-Lab: 61.00, 37.48, -41.12
In the XYZ color space, this color is represented as X: 38.87, Y: 29.25, Z: 54.23. The Yxy representation further refines this as Y: 29.25, x: 0.3177, and y: 0.2391.
In the Hunter Lab color space, this color is represented as L: 61.00, a: 37.48, and b: -41.12. Similarly, in the CIE-Lab color space, it is represented as L: 61.00, a: 37.48, and b: -41.12.
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 #B87BDD
Triadic colors are three colors evenly spaced around the color wheel, including #B87BDD. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #B87BDD
Split complementary colors are two colors adjacent to the complementary color of #B87BDD. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #B87BDD
Monochromatic colors are variations of #B87BDD, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #B87BDD
The complementary color of #B87BDD 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 #B87BDD
/* Using HEX */ body { background-color: #b87bdd; }
/* Using RGB */ body { background-color: rgb(184, 123, 221); }
/* Using RGB with opacity */ body { background-color: rgba(184, 123, 221, 0.5); }
/* Using HSL */ body { background-color: hsl(277, 59%, 67%); }
/* Text color */ p { color: #b87bdd; }
/* Box shadow */ div { box-shadow: 4px 4px #b87bdd; }
/* Border color */ .box { border: 4px solid #b87bdd; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #b87bdd; }
/* Background with text */ div { background: #b87bdd; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #B87BDD
<!-- Using HEX --> <div style="background-color: #b87bdd; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(184, 123, 221); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(184, 123, 221, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(277, 59%, 67%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #b87bdd;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #b87bdd; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #b87bdd; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #b87bdd;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #b87bdd; color: #fff; padding: 16px; border-radius: 8px;"> #B87BDD </div>
Related Colors of #B87BDD
These colors are similar to #B87BDD, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.