Shades of Electric Purple #B80EFE
Tints of Electric Purple #B80EFE
RGB
CMYK
RGB Variations
Color information
#B80EFE (or 0xB80EFE) is known color: Electric Purple. HEX triplet: B8, 0E and FE. RGB value is (184,14,254). Sum of RGB (Red+Green+Blue) = 184+14+254=452 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.71% from 452); Green value is 14 (5.86% from 255 or 3.10% from 452); Blue value is 254 (99.61% from 255 or 56.19% from 452); Max value from RGB is 254 - color contains mainly: blue. Hex color #B80EFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B80EFE is #47F101. Grayscale: #5B5B5B. Windows color (decimal): -4714754 or 16649912. OLE color: 16649912.
HSL color Cylindrical-coordinate representation of color #B80EFE: hue angle of 282.5º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B80EFE is Cyan = 0.28, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 184 | 14 | 254 | - |
| CMYK | 0.28 | 0.94 | 0 | 0.00 |
| HSL | 282.5º | 0.99% | 0.53% | - |
| HSV(B) | 282.5º | 0.94% | 1% | - |
| XYZ | 37.81 | 17.66 | 95.18 | - |
| YUV | 92.19 | 219.32 | 193.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 14 | 254 | 0.28 | 0.94 | 0 | 0.00 | 282.5 | 0.99 | 0.53 |
| Hex | B8 | E | FE | 1C | 5E | 0 | 0 | 11A | 63 | 35 |
| Octal | 270 | 16 | 376 | 34 | 136 | 0 | 0 | 432 | 143 | 65 |
| Binary | 10111000 | 1110 | 11111110 | 11100 | 1011110 | 0 | 0 | 100011010 | 1100011 | 110101 |
Color Harmonies of #B80EFE
Complementary color
Monochromatic Colors of #B80EFE
Black with #B80EFE
Text Example
Text Example
White with #B80EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80EFE; }
p { color: rgb(184,14,254); }
H1.HeaderClassName
{
color: #B80EFE;
}
.AnyTagClassName
{
color: #B80EFE;
}
</style>
background-color css
<style>
a { background-color: #B80EFE; }
a { background-color: rgb(184,14,254); }
div.DivClassName
{
background-color: #B80EFE;
}
.BgClassName
{
background-color: #B80EFE;
}
</style>
border-color css
<style>
span { border-color: #B80EFE; }
span { border-color: rgb(184,14,254); }
td.TdClassName
{
border-color: #B80EFE;
}
.TagClassName
{
border-color: #B80EFE;
}
</style>