Shades of Electric Purple #B20CE8
Tints of Electric Purple #B20CE8
RGB
CMYK
RGB Variations
Color information
#B20CE8 (or 0xB20CE8) is known color: Electric Purple. HEX triplet: B2, 0C and E8. RGB value is (178,12,232). Sum of RGB (Red+Green+Blue) = 178+12+232=422 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.18% from 422); Green value is 12 (5.08% from 255 or 2.84% from 422); Blue value is 232 (91.02% from 255 or 54.98% from 422); Max value from RGB is 232 - color contains mainly: blue. Hex color #B20CE8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B20CE8 is #4DF317. Grayscale: #565656. Windows color (decimal): -5108504 or 15207602. OLE color: 15207602.
HSL color Cylindrical-coordinate representation of color #B20CE8: hue angle of 285.27º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B20CE8 is Cyan = 0.23, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 178 | 12 | 232 | - |
| CMYK | 0.23 | 0.95 | 0 | 0.09 |
| HSL | 285.27º | 0.9% | 0.48% | - |
| HSV(B) | 285.27º | 0.95% | 0.91% | - |
| XYZ | 33.06 | 15.55 | 77.6 | - |
| YUV | 86.71 | 210 | 193.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 12 | 232 | 0.23 | 0.95 | 0 | 0.09 | 285.27 | 0.9 | 0.48 |
| Hex | B2 | C | E8 | 17 | 5F | 0 | 9 | 11D | 5A | 30 |
| Octal | 262 | 14 | 350 | 27 | 137 | 0 | 11 | 435 | 132 | 60 |
| Binary | 10110010 | 1100 | 11101000 | 10111 | 1011111 | 0 | 1001 | 100011101 | 1011010 | 110000 |
Color Harmonies of #B20CE8
Complementary color
Monochromatic Colors of #B20CE8
Black with #B20CE8
Text Example
Text Example
White with #B20CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20CE8; }
p { color: rgb(178,12,232); }
H1.HeaderClassName
{
color: #B20CE8;
}
.AnyTagClassName
{
color: #B20CE8;
}
</style>
background-color css
<style>
a { background-color: #B20CE8; }
a { background-color: rgb(178,12,232); }
div.DivClassName
{
background-color: #B20CE8;
}
.BgClassName
{
background-color: #B20CE8;
}
</style>
border-color css
<style>
span { border-color: #B20CE8; }
span { border-color: rgb(178,12,232); }
td.TdClassName
{
border-color: #B20CE8;
}
.TagClassName
{
border-color: #B20CE8;
}
</style>