Color: #B39CCE
#B39CCE Color Information
#B39CCE is a light color. The closest websafe version is #B39CCE. A complement of this color would be #B7CE9C, 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 34%, and a lightness of 71%.The HSV representation shows a hue of 268°, a saturation of 100%, and a value of 100%.
In a RGB color space, #B39CCE is composed of 70% red, 61% green and 81% blue. Whereas in a CMYK color space, it is composed of 13% cyan, 24% magenta, 0% yellow and 19% black.
In the Yxy color space, this color is represented as Y: 37.60, x: 0.3256, and y: 0.2965.
Color Code #B39CCE
Shades of Color #B39CCE
Shades are created by darkening the original color #B39CCE 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 #B39CCE
Tints are created by lightening the original color #B39CCE 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 #B39CCE Color Code
In the HSL color space, this color has a hue angle of 268°, a saturation of 34%, and a lightness of 71%. The HSV representation shows a hue of 268°, a saturation of 24%, and a value of 81%.
- HEX: #B39CCE
- RGB: rgb(179, 156, 206)
- HSL: hsl(268, 34%, 71%)
- HSV: hsv(268, 24%, 81%)
- CMYK: 13.00% cyan, 24.00% magenta, 0.00% yellow, 19.00% black
- XYZ: 41.29, 37.60, 47.94
- Yxy: 37.60, 0.3256, 0.2965
- Hunter Lab: 67.73, 15.98, -22.52
- CIE-Lab: 67.73, 15.98, -22.52
In the XYZ color space, this color is represented as X: 41.29, Y: 37.60, Z: 47.94. The Yxy representation further refines this as Y: 37.60, x: 0.3256, and y: 0.2965.
In the Hunter Lab color space, this color is represented as L: 67.73, a: 15.98, and b: -22.52. Similarly, in the CIE-Lab color space, it is represented as L: 67.73, a: 15.98, and b: -22.52.
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 #B39CCE
Triadic colors are three colors evenly spaced around the color wheel, including #B39CCE. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #B39CCE
Monochromatic colors are variations of #B39CCE, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #B39CCE
The complementary color of #B39CCE 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 #B39CCE
/* Using HEX */ body { background-color: #b39cce; }
/* Using RGB */ body { background-color: rgb(179, 156, 206); }
/* Using RGB with opacity */ body { background-color: rgba(179, 156, 206, 0.5); }
/* Using HSL */ body { background-color: hsl(268, 34%, 71%); }
/* Text color */ p { color: #b39cce; }
/* Box shadow */ div { box-shadow: 4px 4px #b39cce; }
HTML Examples of #B39CCE
<!-- Using HEX --> <div style="background-color: #b39cce; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(179, 156, 206); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(179, 156, 206, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(268, 34%, 71%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #b39cce;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #b39cce; width: 100px; height: 100px;"></div>
Related Colors of #B39CCE
These colors are similar to #B39CCE, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.