Shades of Electric Purple #B80EEE
Tints of Electric Purple #B80EEE
RGB
CMYK
RGB Variations
Color information
#B80EEE (or 0xB80EEE) is known color: Electric Purple. HEX triplet: B8, 0E and EE. RGB value is (184,14,238). Sum of RGB (Red+Green+Blue) = 184+14+238=436 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.20% from 436); Green value is 14 (5.86% from 255 or 3.21% from 436); Blue value is 238 (93.36% from 255 or 54.59% from 436); Max value from RGB is 238 - color contains mainly: blue. Hex color #B80EEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B80EEE is #47F111. Grayscale: #595959. Windows color (decimal): -4714770 or 15601336. OLE color: 15601336.
HSL color Cylindrical-coordinate representation of color #B80EEE: hue angle of 285.54º 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 #B80EEE is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 14 | 238 | - |
| CMYK | 0.23 | 0.94 | 0 | 0.07 |
| HSL | 285.54º | 0.89% | 0.49% | - |
| HSV(B) | 285.54º | 0.94% | 0.93% | - |
| XYZ | 35.36 | 16.68 | 82.24 | - |
| YUV | 90.37 | 211.32 | 194.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 14 | 238 | 0.23 | 0.94 | 0 | 0.07 | 285.54 | 0.89 | 0.49 |
| Hex | B8 | E | EE | 17 | 5E | 0 | 7 | 11E | 59 | 31 |
| Octal | 270 | 16 | 356 | 27 | 136 | 0 | 7 | 436 | 131 | 61 |
| Binary | 10111000 | 1110 | 11101110 | 10111 | 1011110 | 0 | 111 | 100011110 | 1011001 | 110001 |
Color Harmonies of #B80EEE
Complementary color
Monochromatic Colors of #B80EEE
Black with #B80EEE
Text Example
Text Example
White with #B80EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80EEE; }
p { color: rgb(184,14,238); }
H1.HeaderClassName
{
color: #B80EEE;
}
.AnyTagClassName
{
color: #B80EEE;
}
</style>
background-color css
<style>
a { background-color: #B80EEE; }
a { background-color: rgb(184,14,238); }
div.DivClassName
{
background-color: #B80EEE;
}
.BgClassName
{
background-color: #B80EEE;
}
</style>
border-color css
<style>
span { border-color: #B80EEE; }
span { border-color: rgb(184,14,238); }
td.TdClassName
{
border-color: #B80EEE;
}
.TagClassName
{
border-color: #B80EEE;
}
</style>