Color: #B21ECC
#B21ECC Color Information
#B21ECC is a dark color. The closest websafe version is #B21ECC. A complement of this color would be #39CC1E, perceived brightness is 0.37, and the grayscale version is #757575.
In the HSL color space, this color has a hue angle of 291°,a saturation of 74%, and a lightness of 46%.The HSV representation shows a hue of 291°, a saturation of 85%, and a value of 80%.
In a RGB color space, #B21ECC is composed of 70% red, 12% green and 80% blue. Whereas in a CMYK color space, it is composed of 13% cyan, 85% magenta, 0% yellow and 20% black.
In the Yxy color space, this color is represented as Y: 14.50, x: 0.3285, and y: 0.1668.
Color Code #B21ECC
Shades of Color #B21ECC
Shades are created by darkening the original color #B21ECC 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 #B21ECC
Tints are created by lightening the original color #B21ECC 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 #B21ECC Color Code
In the HSL color space, this color has a hue angle of 291°, a saturation of 74%, and a lightness of 46%. The HSV representation shows a hue of 291°, a saturation of 85%, and a value of 80%.
- HEX: #B21ECC
- RGB: rgb(178, 30, 204)
- HSL: hsl(291, 74%, 46%)
- HSV: hsv(291, 85%, 80%)
- CMYK: 13.00% cyan, 85.00% magenta, 0.00% yellow, 20.00% black
- XYZ: 28.55, 14.50, 43.87
- Yxy: 14.50, 0.3285, 0.1668
- Hunter Lab: 44.94, 70.61, -56.95
- CIE-Lab: 44.94, 70.61, -56.95
In the XYZ color space, this color is represented as X: 28.55, Y: 14.50, Z: 43.87. The Yxy representation further refines this as Y: 14.50, x: 0.3285, and y: 0.1668.
In the Hunter Lab color space, this color is represented as L: 44.94, a: 70.61, and b: -56.95. Similarly, in the CIE-Lab color space, it is represented as L: 44.94, a: 70.61, and b: -56.95.
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 #B21ECC
Triadic colors are three colors evenly spaced around the color wheel, including #B21ECC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #B21ECC
Monochromatic colors are variations of #B21ECC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #B21ECC
The complementary color of #B21ECC 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 #B21ECC
/* Using HEX */ body { background-color: #b21ecc; }
/* Using RGB */ body { background-color: rgb(178, 30, 204); }
/* Using RGB with opacity */ body { background-color: rgba(178, 30, 204, 0.5); }
/* Using HSL */ body { background-color: hsl(291, 74%, 46%); }
/* Text color */ p { color: #b21ecc; }
/* Box shadow */ div { box-shadow: 4px 4px #b21ecc; }
/* Border color */ .box { border: 4px solid #b21ecc; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #b21ecc; }
/* Background with text */ div { background: #b21ecc; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #B21ECC
<!-- Using HEX --> <div style="background-color: #b21ecc; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(178, 30, 204); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(178, 30, 204, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(291, 74%, 46%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #b21ecc;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #b21ecc; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #b21ecc; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #b21ecc;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #b21ecc; color: #fff; padding: 16px; border-radius: 8px;"> #B21ECC </div>
Related Colors of #B21ECC
These colors are similar to #B21ECC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.