Shades of Electric Purple #B80EFF
Tints of Electric Purple #B80EFF
RGB
CMYK
RGB Variations
Color information
#B80EFF (or 0xB80EFF) is known color: Electric Purple. HEX triplet: B8, 0E and FF. RGB value is (184,14,255). Sum of RGB (Red+Green+Blue) = 184+14+255=453 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.62% from 453); Green value is 14 (5.86% from 255 or 3.09% from 453); Blue value is 255 (100% from 255 or 56.29% from 453); Max value from RGB is 255 - color contains mainly: blue. Hex color #B80EFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B80EFF is #47F100. Grayscale: #5B5B5B. Windows color (decimal): -4714753 or 16715448. OLE color: 16715448.
HSL color Cylindrical-coordinate representation of color #B80EFF: hue angle of 282.32º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B80EFF is Cyan = 0.28, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 184 | 14 | 255 | - |
| CMYK | 0.28 | 0.95 | 0 | 0 |
| HSL | 282.32º | 1% | 0.53% | - |
| HSV(B) | 282.32º | 0.95% | 1% | - |
| XYZ | 37.97 | 17.72 | 96.03 | - |
| YUV | 92.3 | 219.82 | 193.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 14 | 255 | 0.28 | 0.95 | 0 | 0 | 282.32 | 1 | 0.53 |
| Hex | B8 | E | FF | 1C | 5F | 0 | 0 | 11A | 64 | 35 |
| Octal | 270 | 16 | 377 | 34 | 137 | 0 | 0 | 432 | 144 | 65 |
| Binary | 10111000 | 1110 | 11111111 | 11100 | 1011111 | 0 | 0 | 100011010 | 1100100 | 110101 |
Color Harmonies of #B80EFF
Complementary color
Monochromatic Colors of #B80EFF
Black with #B80EFF
Text Example
Text Example
White with #B80EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80EFF; }
p { color: rgb(184,14,255); }
H1.HeaderClassName
{
color: #B80EFF;
}
.AnyTagClassName
{
color: #B80EFF;
}
</style>
background-color css
<style>
a { background-color: #B80EFF; }
a { background-color: rgb(184,14,255); }
div.DivClassName
{
background-color: #B80EFF;
}
.BgClassName
{
background-color: #B80EFF;
}
</style>
border-color css
<style>
span { border-color: #B80EFF; }
span { border-color: rgb(184,14,255); }
td.TdClassName
{
border-color: #B80EFF;
}
.TagClassName
{
border-color: #B80EFF;
}
</style>