Shades of Electric Purple #B20FE2
Tints of Electric Purple #B20FE2
RGB
CMYK
RGB Variations
Color information
#B20FE2 (or 0xB20FE2) is known color: Electric Purple. HEX triplet: B2, 0F and E2. RGB value is (178,15,226). Sum of RGB (Red+Green+Blue) = 178+15+226=419 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.48% from 419); Green value is 15 (6.25% from 255 or 3.58% from 419); Blue value is 226 (88.67% from 255 or 53.94% from 419); Max value from RGB is 226 - color contains mainly: blue. Hex color #B20FE2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B20FE2 is #4DF01D. Grayscale: #575757. Windows color (decimal): -5107742 or 14815154. OLE color: 14815154.
HSL color Cylindrical-coordinate representation of color #B20FE2: hue angle of 286.35º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B20FE2 is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 178 | 15 | 226 | - |
| CMYK | 0.21 | 0.93 | 0 | 0.11 |
| HSL | 286.35º | 0.88% | 0.47% | - |
| HSV(B) | 286.35º | 0.93% | 0.89% | - |
| XYZ | 32.26 | 15.3 | 73.2 | - |
| YUV | 87.79 | 206 | 192.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 15 | 226 | 0.21 | 0.93 | 0 | 0.11 | 286.35 | 0.88 | 0.47 |
| Hex | B2 | F | E2 | 15 | 5D | 0 | B | 11E | 58 | 2F |
| Octal | 262 | 17 | 342 | 25 | 135 | 0 | 13 | 436 | 130 | 57 |
| Binary | 10110010 | 1111 | 11100010 | 10101 | 1011101 | 0 | 1011 | 100011110 | 1011000 | 101111 |
Color Harmonies of #B20FE2
Complementary color
Monochromatic Colors of #B20FE2
Black with #B20FE2
Text Example
Text Example
White with #B20FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20FE2; }
p { color: rgb(178,15,226); }
H1.HeaderClassName
{
color: #B20FE2;
}
.AnyTagClassName
{
color: #B20FE2;
}
</style>
background-color css
<style>
a { background-color: #B20FE2; }
a { background-color: rgb(178,15,226); }
div.DivClassName
{
background-color: #B20FE2;
}
.BgClassName
{
background-color: #B20FE2;
}
</style>
border-color css
<style>
span { border-color: #B20FE2; }
span { border-color: rgb(178,15,226); }
td.TdClassName
{
border-color: #B20FE2;
}
.TagClassName
{
border-color: #B20FE2;
}
</style>