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