Shades of Electric Purple #B20EE2
Tints of Electric Purple #B20EE2
RGB
CMYK
RGB Variations
Color information
#B20EE2 (or 0xB20EE2) is known color: Electric Purple. HEX triplet: B2, 0E and E2. RGB value is (178,14,226). Sum of RGB (Red+Green+Blue) = 178+14+226=418 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.58% from 418); Green value is 14 (5.86% from 255 or 3.35% from 418); Blue value is 226 (88.67% from 255 or 54.07% from 418); Max value from RGB is 226 - color contains mainly: blue. Hex color #B20EE2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B20EE2 is #4DF11D. Grayscale: #565656. Windows color (decimal): -5107998 or 14814898. OLE color: 14814898.
HSL color Cylindrical-coordinate representation of color #B20EE2: hue angle of 286.42º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B20EE2 is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 178 | 14 | 226 | - |
| CMYK | 0.21 | 0.94 | 0 | 0.11 |
| HSL | 286.42º | 0.88% | 0.47% | - |
| HSV(B) | 286.42º | 0.94% | 0.89% | - |
| XYZ | 32.24 | 15.27 | 73.2 | - |
| YUV | 87.2 | 206.33 | 192.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 14 | 226 | 0.21 | 0.94 | 0 | 0.11 | 286.42 | 0.88 | 0.47 |
| Hex | B2 | E | E2 | 15 | 5E | 0 | B | 11E | 58 | 2F |
| Octal | 262 | 16 | 342 | 25 | 136 | 0 | 13 | 436 | 130 | 57 |
| Binary | 10110010 | 1110 | 11100010 | 10101 | 1011110 | 0 | 1011 | 100011110 | 1011000 | 101111 |
Color Harmonies of #B20EE2
Complementary color
Monochromatic Colors of #B20EE2
Black with #B20EE2
Text Example
Text Example
White with #B20EE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20EE2; }
p { color: rgb(178,14,226); }
H1.HeaderClassName
{
color: #B20EE2;
}
.AnyTagClassName
{
color: #B20EE2;
}
</style>
background-color css
<style>
a { background-color: #B20EE2; }
a { background-color: rgb(178,14,226); }
div.DivClassName
{
background-color: #B20EE2;
}
.BgClassName
{
background-color: #B20EE2;
}
</style>
border-color css
<style>
span { border-color: #B20EE2; }
span { border-color: rgb(178,14,226); }
td.TdClassName
{
border-color: #B20EE2;
}
.TagClassName
{
border-color: #B20EE2;
}
</style>