Shades of Electric Purple #B216EC
Tints of Electric Purple #B216EC
RGB
CMYK
RGB Variations
Color information
#B216EC (or 0xB216EC) is known color: Electric Purple. HEX triplet: B2, 16 and EC. RGB value is (178,22,236). Sum of RGB (Red+Green+Blue) = 178+22+236=436 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.83% from 436); Green value is 22 (8.98% from 255 or 5.05% from 436); Blue value is 236 (92.58% from 255 or 54.13% from 436); Max value from RGB is 236 - color contains mainly: blue. Hex color #B216EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B216EC is #4DE913. Grayscale: #5C5C5C. Windows color (decimal): -5105940 or 15472306. OLE color: 15472306.
HSL color Cylindrical-coordinate representation of color #B216EC: hue angle of 283.74º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B216EC is Cyan = 0.25, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 22 | 236 | - |
| CMYK | 0.25 | 0.91 | 0 | 0.07 |
| HSL | 283.74º | 0.85% | 0.51% | - |
| HSV(B) | 283.74º | 0.91% | 0.93% | - |
| XYZ | 33.79 | 16.09 | 80.68 | - |
| YUV | 93.04 | 208.68 | 188.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 22 | 236 | 0.25 | 0.91 | 0 | 0.07 | 283.74 | 0.85 | 0.51 |
| Hex | B2 | 16 | EC | 19 | 5B | 0 | 7 | 11C | 55 | 33 |
| Octal | 262 | 26 | 354 | 31 | 133 | 0 | 7 | 434 | 125 | 63 |
| Binary | 10110010 | 10110 | 11101100 | 11001 | 1011011 | 0 | 111 | 100011100 | 1010101 | 110011 |
Color Harmonies of #B216EC
Complementary color
Monochromatic Colors of #B216EC
Black with #B216EC
Text Example
Text Example
White with #B216EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B216EC; }
p { color: rgb(178,22,236); }
H1.HeaderClassName
{
color: #B216EC;
}
.AnyTagClassName
{
color: #B216EC;
}
</style>
background-color css
<style>
a { background-color: #B216EC; }
a { background-color: rgb(178,22,236); }
div.DivClassName
{
background-color: #B216EC;
}
.BgClassName
{
background-color: #B216EC;
}
</style>
border-color css
<style>
span { border-color: #B216EC; }
span { border-color: rgb(178,22,236); }
td.TdClassName
{
border-color: #B216EC;
}
.TagClassName
{
border-color: #B216EC;
}
</style>