Shades of Electric Purple #B80EE7
Tints of Electric Purple #B80EE7
RGB
CMYK
RGB Variations
Color information
#B80EE7 (or 0xB80EE7) is known color: Electric Purple. HEX triplet: B8, 0E and E7. RGB value is (184,14,231). Sum of RGB (Red+Green+Blue) = 184+14+231=429 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.89% from 429); Green value is 14 (5.86% from 255 or 3.26% from 429); Blue value is 231 (90.62% from 255 or 53.85% from 429); Max value from RGB is 231 - color contains mainly: blue. Hex color #B80EE7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B80EE7 is #47F118. Grayscale: #585858. Windows color (decimal): -4714777 or 15142584. OLE color: 15142584.
HSL color Cylindrical-coordinate representation of color #B80EE7: hue angle of 287º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B80EE7 is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 184 | 14 | 231 | - |
| CMYK | 0.20 | 0.94 | 0 | 0.09 |
| HSL | 287º | 0.89% | 0.48% | - |
| HSV(B) | 287º | 0.94% | 0.91% | - |
| XYZ | 34.35 | 16.27 | 76.93 | - |
| YUV | 89.57 | 207.82 | 195.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 14 | 231 | 0.20 | 0.94 | 0 | 0.09 | 287 | 0.89 | 0.48 |
| Hex | B8 | E | E7 | 14 | 5E | 0 | 9 | 11F | 59 | 30 |
| Octal | 270 | 16 | 347 | 24 | 136 | 0 | 11 | 437 | 131 | 60 |
| Binary | 10111000 | 1110 | 11100111 | 10100 | 1011110 | 0 | 1001 | 100011111 | 1011001 | 110000 |
Color Harmonies of #B80EE7
Complementary color
Monochromatic Colors of #B80EE7
Black with #B80EE7
Text Example
Text Example
White with #B80EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80EE7; }
p { color: rgb(184,14,231); }
H1.HeaderClassName
{
color: #B80EE7;
}
.AnyTagClassName
{
color: #B80EE7;
}
</style>
background-color css
<style>
a { background-color: #B80EE7; }
a { background-color: rgb(184,14,231); }
div.DivClassName
{
background-color: #B80EE7;
}
.BgClassName
{
background-color: #B80EE7;
}
</style>
border-color css
<style>
span { border-color: #B80EE7; }
span { border-color: rgb(184,14,231); }
td.TdClassName
{
border-color: #B80EE7;
}
.TagClassName
{
border-color: #B80EE7;
}
</style>