Color: #B97CCE
#B97CCE Color Information
#B97CCE is a light color. The closest websafe version is #B97CCE. A complement of this color would be #91CF7D, perceived brightness is 0.59, and the grayscale version is #A5A5A5.
In the HSL color space, this color has a hue angle of 285°,a saturation of 46%, and a lightness of 65%.The HSV representation shows a hue of 285°, a saturation of 40%, and a value of 81%.
In a RGB color space, #B97CCE is composed of 73% red, 49% green and 81% blue. Whereas in a CMYK color space, it is composed of 10% cyan, 40% magenta, 0% yellow and 19% black.
In the Yxy color space, this color is represented as Y: 28.99, x: 0.3327, and y: 0.2555.
Color Code #B97CCE
Shades of Color #B97CCE
Shades are created by darkening the original color #B97CCE 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 #B97CCE
Tints are created by lightening the original color #B97CCE 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 #B97CCE Color Code
In the HSL color space, this color has a hue angle of 285°, a saturation of 46%, and a lightness of 65%. The HSV representation shows a hue of 285°, a saturation of 40%, and a value of 81%.
- HEX: #B97CCE
- RGB: rgb(185, 124, 206)
- HSL: hsl(285, 46%, 65%)
- HSV: hsv(285, 40%, 81%)
- CMYK: 10.00% cyan, 40.00% magenta, 0.00% yellow, 19.00% black
- XYZ: 37.75, 28.99, 46.71
- Yxy: 28.99, 0.3327, 0.2555
- Hunter Lab: 60.77, 34.87, -33.08
- CIE-Lab: 60.77, 34.87, -33.08
In the XYZ color space, this color is represented as X: 37.75, Y: 28.99, Z: 46.71. The Yxy representation further refines this as Y: 28.99, x: 0.3327, and y: 0.2555.
In the Hunter Lab color space, this color is represented as L: 60.77, a: 34.87, and b: -33.08. Similarly, in the CIE-Lab color space, it is represented as L: 60.77, a: 34.87, and b: -33.08.
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 #B97CCE
Triadic colors are three colors evenly spaced around the color wheel, including #B97CCE. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #B97CCE
Split complementary colors are two colors adjacent to the complementary color of #B97CCE. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #B97CCE
Monochromatic colors are variations of #B97CCE, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #B97CCE
The complementary color of #B97CCE 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 #B97CCE
/* Using HEX */ body { background-color: #b97cce; }
/* Using RGB */ body { background-color: rgb(185, 124, 206); }
/* Using RGB with opacity */ body { background-color: rgba(185, 124, 206, 0.5); }
/* Using HSL */ body { background-color: hsl(285, 46%, 65%); }
/* Text color */ p { color: #b97cce; }
/* Box shadow */ div { box-shadow: 4px 4px #b97cce; }
/* Border color */ .box { border: 4px solid #b97cce; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #b97cce; }
/* Background with text */ div { background: #b97cce; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #B97CCE
<!-- Using HEX --> <div style="background-color: #b97cce; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(185, 124, 206); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(185, 124, 206, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(285, 46%, 65%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #b97cce;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #b97cce; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #b97cce; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #b97cce;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #b97cce; color: #fff; padding: 16px; border-radius: 8px;"> #B97CCE </div>
Related Colors of #B97CCE
These colors are similar to #B97CCE, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.