Color: #B39BCF
#B39BCF Color Information
#B39BCF is a light color. The closest websafe version is #B39BCF. A complement of this color would be #B7CF9B, perceived brightness is 0.66, and the grayscale version is #B5B5B5.
In the HSL color space, this color has a hue angle of 268°,a saturation of 35%, and a lightness of 71%.The HSV representation shows a hue of 268°, a saturation of 25%, and a value of 81%.
In a RGB color space, #B39BCF is composed of 70% red, 61% green and 81% blue. Whereas in a CMYK color space, it is composed of 14% cyan, 25% magenta, 0% yellow and 19% black.
In the Yxy color space, this color is represented as Y: 37.31, x: 0.3248, and y: 0.2940.
Color Code #B39BCF
Shades of Color #B39BCF
Shades are created by darkening the original color #B39BCF 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 #B39BCF
Tints are created by lightening the original color #B39BCF 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 #B39BCF Color Code
In the HSL color space, this color has a hue angle of 268°, a saturation of 35%, and a lightness of 71%. The HSV representation shows a hue of 268°, a saturation of 25%, and a value of 81%.
- HEX: #B39BCF
- RGB: rgb(179, 155, 207)
- HSL: hsl(268, 35%, 71%)
- HSV: hsv(268, 25%, 81%)
- CMYK: 14.00% cyan, 25.00% magenta, 0.00% yellow, 19.00% black
- XYZ: 41.21, 37.31, 48.37
- Yxy: 37.31, 0.3248, 0.2940
- Hunter Lab: 67.51, 16.67, -23.40
- CIE-Lab: 67.51, 16.67, -23.40
In the XYZ color space, this color is represented as X: 41.21, Y: 37.31, Z: 48.37. The Yxy representation further refines this as Y: 37.31, x: 0.3248, and y: 0.2940.
In the Hunter Lab color space, this color is represented as L: 67.51, a: 16.67, and b: -23.40. Similarly, in the CIE-Lab color space, it is represented as L: 67.51, a: 16.67, and b: -23.40.
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 #B39BCF
Triadic colors are three colors evenly spaced around the color wheel, including #B39BCF. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #B39BCF
Monochromatic colors are variations of #B39BCF, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #B39BCF
The complementary color of #B39BCF 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 #B39BCF
/* Using HEX */ body { background-color: #b39bcf; }
/* Using RGB */ body { background-color: rgb(179, 155, 207); }
/* Using RGB with opacity */ body { background-color: rgba(179, 155, 207, 0.5); }
/* Using HSL */ body { background-color: hsl(268, 35%, 71%); }
/* Text color */ p { color: #b39bcf; }
/* Box shadow */ div { box-shadow: 4px 4px #b39bcf; }
/* Border color */ .box { border: 4px solid #b39bcf; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #b39bcf; }
/* Background with text */ div { background: #b39bcf; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #B39BCF
<!-- Using HEX --> <div style="background-color: #b39bcf; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(179, 155, 207); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(179, 155, 207, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(268, 35%, 71%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #b39bcf;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #b39bcf; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #b39bcf; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #b39bcf;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #b39bcf; color: #fff; padding: 16px; border-radius: 8px;"> #B39BCF </div>
Related Colors of #B39BCF
These colors are similar to #B39BCF, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.