Shades of Electric Purple #B20EEA
Tints of Electric Purple #B20EEA
RGB
CMYK
RGB Variations
Color information
#B20EEA (or 0xB20EEA) is known color: Electric Purple. HEX triplet: B2, 0E and EA. RGB value is (178,14,234). Sum of RGB (Red+Green+Blue) = 178+14+234=426 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.78% from 426); Green value is 14 (5.86% from 255 or 3.29% from 426); Blue value is 234 (91.80% from 255 or 54.93% from 426); Max value from RGB is 234 - color contains mainly: blue. Hex color #B20EEA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B20EEA is #4DF115. Grayscale: #575757. Windows color (decimal): -5107990 or 15339186. OLE color: 15339186.
HSL color Cylindrical-coordinate representation of color #B20EEA: hue angle of 284.73º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B20EEA is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 178 | 14 | 234 | - |
| CMYK | 0.24 | 0.94 | 0 | 0.08 |
| HSL | 284.73º | 0.89% | 0.49% | - |
| HSV(B) | 284.73º | 0.94% | 0.92% | - |
| XYZ | 33.37 | 15.72 | 79.12 | - |
| YUV | 88.12 | 210.33 | 192.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 14 | 234 | 0.24 | 0.94 | 0 | 0.08 | 284.73 | 0.89 | 0.49 |
| Hex | B2 | E | EA | 18 | 5E | 0 | 8 | 11D | 59 | 31 |
| Octal | 262 | 16 | 352 | 30 | 136 | 0 | 10 | 435 | 131 | 61 |
| Binary | 10110010 | 1110 | 11101010 | 11000 | 1011110 | 0 | 1000 | 100011101 | 1011001 | 110001 |
Color Harmonies of #B20EEA
Complementary color
Monochromatic Colors of #B20EEA
Black with #B20EEA
Text Example
Text Example
White with #B20EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20EEA; }
p { color: rgb(178,14,234); }
H1.HeaderClassName
{
color: #B20EEA;
}
.AnyTagClassName
{
color: #B20EEA;
}
</style>
background-color css
<style>
a { background-color: #B20EEA; }
a { background-color: rgb(178,14,234); }
div.DivClassName
{
background-color: #B20EEA;
}
.BgClassName
{
background-color: #B20EEA;
}
</style>
border-color css
<style>
span { border-color: #B20EEA; }
span { border-color: rgb(178,14,234); }
td.TdClassName
{
border-color: #B20EEA;
}
.TagClassName
{
border-color: #B20EEA;
}
</style>