Shades of Electric Purple #B80EED
Tints of Electric Purple #B80EED
RGB
CMYK
RGB Variations
Color information
#B80EED (or 0xB80EED) is known color: Electric Purple. HEX triplet: B8, 0E and ED. RGB value is (184,14,237). Sum of RGB (Red+Green+Blue) = 184+14+237=435 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.30% from 435); Green value is 14 (5.86% from 255 or 3.22% from 435); Blue value is 237 (92.97% from 255 or 54.48% from 435); Max value from RGB is 237 - color contains mainly: blue. Hex color #B80EED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B80EED is #47F112. Grayscale: #595959. Windows color (decimal): -4714771 or 15535800. OLE color: 15535800.
HSL color Cylindrical-coordinate representation of color #B80EED: hue angle of 285.74º 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 #B80EED is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 14 | 237 | - |
| CMYK | 0.22 | 0.94 | 0 | 0.07 |
| HSL | 285.74º | 0.89% | 0.49% | - |
| HSV(B) | 285.74º | 0.94% | 0.93% | - |
| XYZ | 35.21 | 16.62 | 81.47 | - |
| YUV | 90.25 | 210.82 | 194.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 14 | 237 | 0.22 | 0.94 | 0 | 0.07 | 285.74 | 0.89 | 0.49 |
| Hex | B8 | E | ED | 16 | 5E | 0 | 7 | 11E | 59 | 31 |
| Octal | 270 | 16 | 355 | 26 | 136 | 0 | 7 | 436 | 131 | 61 |
| Binary | 10111000 | 1110 | 11101101 | 10110 | 1011110 | 0 | 111 | 100011110 | 1011001 | 110001 |
Color Harmonies of #B80EED
Complementary color
Monochromatic Colors of #B80EED
Black with #B80EED
Text Example
Text Example
White with #B80EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80EED; }
p { color: rgb(184,14,237); }
H1.HeaderClassName
{
color: #B80EED;
}
.AnyTagClassName
{
color: #B80EED;
}
</style>
background-color css
<style>
a { background-color: #B80EED; }
a { background-color: rgb(184,14,237); }
div.DivClassName
{
background-color: #B80EED;
}
.BgClassName
{
background-color: #B80EED;
}
</style>
border-color css
<style>
span { border-color: #B80EED; }
span { border-color: rgb(184,14,237); }
td.TdClassName
{
border-color: #B80EED;
}
.TagClassName
{
border-color: #B80EED;
}
</style>