Shades of Electric Purple #B20CE9
Tints of Electric Purple #B20CE9
RGB
CMYK
RGB Variations
Color information
#B20CE9 (or 0xB20CE9) is known color: Electric Purple. HEX triplet: B2, 0C and E9. RGB value is (178,12,233). Sum of RGB (Red+Green+Blue) = 178+12+233=423 (56% of max value = 765). Red value is 178 (69.92% from 255 or 42.08% from 423); Green value is 12 (5.08% from 255 or 2.84% from 423); Blue value is 233 (91.41% from 255 or 55.08% from 423); Max value from RGB is 233 - color contains mainly: blue. Hex color #B20CE9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B20CE9 is #4DF316. Grayscale: #565656. Windows color (decimal): -5108503 or 15273138. OLE color: 15273138.
HSL color Cylindrical-coordinate representation of color #B20CE9: hue angle of 285.07º 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 #B20CE9 is Cyan = 0.24, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 178 | 12 | 233 | - |
| CMYK | 0.24 | 0.95 | 0 | 0.09 |
| HSL | 285.07º | 0.9% | 0.48% | - |
| HSV(B) | 285.07º | 0.95% | 0.91% | - |
| XYZ | 33.2 | 15.61 | 78.35 | - |
| YUV | 86.83 | 210.5 | 193.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 12 | 233 | 0.24 | 0.95 | 0 | 0.09 | 285.07 | 0.9 | 0.48 |
| Hex | B2 | C | E9 | 18 | 5F | 0 | 9 | 11D | 5A | 30 |
| Octal | 262 | 14 | 351 | 30 | 137 | 0 | 11 | 435 | 132 | 60 |
| Binary | 10110010 | 1100 | 11101001 | 11000 | 1011111 | 0 | 1001 | 100011101 | 1011010 | 110000 |
Color Harmonies of #B20CE9
Complementary color
Monochromatic Colors of #B20CE9
Black with #B20CE9
Text Example
Text Example
White with #B20CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20CE9; }
p { color: rgb(178,12,233); }
H1.HeaderClassName
{
color: #B20CE9;
}
.AnyTagClassName
{
color: #B20CE9;
}
</style>
background-color css
<style>
a { background-color: #B20CE9; }
a { background-color: rgb(178,12,233); }
div.DivClassName
{
background-color: #B20CE9;
}
.BgClassName
{
background-color: #B20CE9;
}
</style>
border-color css
<style>
span { border-color: #B20CE9; }
span { border-color: rgb(178,12,233); }
td.TdClassName
{
border-color: #B20CE9;
}
.TagClassName
{
border-color: #B20CE9;
}
</style>