Shades of Electric Purple #B20EEC
Tints of Electric Purple #B20EEC
RGB
CMYK
RGB Variations
Color information
#B20EEC (or 0xB20EEC) is known color: Electric Purple. HEX triplet: B2, 0E and EC. RGB value is (178,14,236). Sum of RGB (Red+Green+Blue) = 178+14+236=428 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.59% from 428); Green value is 14 (5.86% from 255 or 3.27% from 428); Blue value is 236 (92.58% from 255 or 55.14% from 428); Max value from RGB is 236 - color contains mainly: blue. Hex color #B20EEC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B20EEC is #4DF113. Grayscale: #575757. Windows color (decimal): -5107988 or 15470258. OLE color: 15470258.
HSL color Cylindrical-coordinate representation of color #B20EEC: hue angle of 284.32º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B20EEC is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 14 | 236 | - |
| CMYK | 0.25 | 0.94 | 0 | 0.07 |
| HSL | 284.32º | 0.89% | 0.49% | - |
| HSV(B) | 284.32º | 0.94% | 0.93% | - |
| XYZ | 33.66 | 15.84 | 80.64 | - |
| YUV | 88.34 | 211.33 | 191.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 14 | 236 | 0.25 | 0.94 | 0 | 0.07 | 284.32 | 0.89 | 0.49 |
| Hex | B2 | E | EC | 19 | 5E | 0 | 7 | 11C | 59 | 31 |
| Octal | 262 | 16 | 354 | 31 | 136 | 0 | 7 | 434 | 131 | 61 |
| Binary | 10110010 | 1110 | 11101100 | 11001 | 1011110 | 0 | 111 | 100011100 | 1011001 | 110001 |
Color Harmonies of #B20EEC
Complementary color
Monochromatic Colors of #B20EEC
Black with #B20EEC
Text Example
Text Example
White with #B20EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20EEC; }
p { color: rgb(178,14,236); }
H1.HeaderClassName
{
color: #B20EEC;
}
.AnyTagClassName
{
color: #B20EEC;
}
</style>
background-color css
<style>
a { background-color: #B20EEC; }
a { background-color: rgb(178,14,236); }
div.DivClassName
{
background-color: #B20EEC;
}
.BgClassName
{
background-color: #B20EEC;
}
</style>
border-color css
<style>
span { border-color: #B20EEC; }
span { border-color: rgb(178,14,236); }
td.TdClassName
{
border-color: #B20EEC;
}
.TagClassName
{
border-color: #B20EEC;
}
</style>