Shades of Electric Purple #B80EE4
Tints of Electric Purple #B80EE4
RGB
CMYK
RGB Variations
Color information
#B80EE4 (or 0xB80EE4) is known color: Electric Purple. HEX triplet: B8, 0E and E4. RGB value is (184,14,228). Sum of RGB (Red+Green+Blue) = 184+14+228=426 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.19% from 426); Green value is 14 (5.86% from 255 or 3.29% from 426); Blue value is 228 (89.45% from 255 or 53.52% from 426); Max value from RGB is 228 - color contains mainly: blue. Hex color #B80EE4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B80EE4 is #47F11B. Grayscale: #585858. Windows color (decimal): -4714780 or 14945976. OLE color: 14945976.
HSL color Cylindrical-coordinate representation of color #B80EE4: hue angle of 287.66º 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 #B80EE4 is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 184 | 14 | 228 | - |
| CMYK | 0.19 | 0.94 | 0 | 0.11 |
| HSL | 287.66º | 0.88% | 0.47% | - |
| HSV(B) | 287.66º | 0.94% | 0.89% | - |
| XYZ | 33.93 | 16.11 | 74.72 | - |
| YUV | 89.23 | 206.32 | 195.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 14 | 228 | 0.19 | 0.94 | 0 | 0.11 | 287.66 | 0.88 | 0.47 |
| Hex | B8 | E | E4 | 13 | 5E | 0 | B | 120 | 58 | 2F |
| Octal | 270 | 16 | 344 | 23 | 136 | 0 | 13 | 440 | 130 | 57 |
| Binary | 10111000 | 1110 | 11100100 | 10011 | 1011110 | 0 | 1011 | 100100000 | 1011000 | 101111 |
Color Harmonies of #B80EE4
Complementary color
Monochromatic Colors of #B80EE4
Black with #B80EE4
Text Example
Text Example
White with #B80EE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80EE4; }
p { color: rgb(184,14,228); }
H1.HeaderClassName
{
color: #B80EE4;
}
.AnyTagClassName
{
color: #B80EE4;
}
</style>
background-color css
<style>
a { background-color: #B80EE4; }
a { background-color: rgb(184,14,228); }
div.DivClassName
{
background-color: #B80EE4;
}
.BgClassName
{
background-color: #B80EE4;
}
</style>
border-color css
<style>
span { border-color: #B80EE4; }
span { border-color: rgb(184,14,228); }
td.TdClassName
{
border-color: #B80EE4;
}
.TagClassName
{
border-color: #B80EE4;
}
</style>