Shades of Electric Purple #B80EFB
Tints of Electric Purple #B80EFB
RGB
CMYK
RGB Variations
Color information
#B80EFB (or 0xB80EFB) is known color: Electric Purple. HEX triplet: B8, 0E and FB. RGB value is (184,14,251). Sum of RGB (Red+Green+Blue) = 184+14+251=449 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.98% from 449); Green value is 14 (5.86% from 255 or 3.12% from 449); Blue value is 251 (98.44% from 255 or 55.90% from 449); Max value from RGB is 251 - color contains mainly: blue. Hex color #B80EFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B80EFB is #47F104. Grayscale: #5B5B5B. Windows color (decimal): -4714757 or 16453304. OLE color: 16453304.
HSL color Cylindrical-coordinate representation of color #B80EFB: hue angle of 283.04º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B80EFB is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 14 | 251 | - |
| CMYK | 0.27 | 0.94 | 0 | 0.02 |
| HSL | 283.04º | 0.97% | 0.52% | - |
| HSV(B) | 283.04º | 0.94% | 0.98% | - |
| XYZ | 37.34 | 17.47 | 92.67 | - |
| YUV | 91.85 | 217.82 | 193.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 14 | 251 | 0.27 | 0.94 | 0 | 0.02 | 283.04 | 0.97 | 0.52 |
| Hex | B8 | E | FB | 1B | 5E | 0 | 2 | 11B | 61 | 34 |
| Octal | 270 | 16 | 373 | 33 | 136 | 0 | 2 | 433 | 141 | 64 |
| Binary | 10111000 | 1110 | 11111011 | 11011 | 1011110 | 0 | 10 | 100011011 | 1100001 | 110100 |
Color Harmonies of #B80EFB
Complementary color
Monochromatic Colors of #B80EFB
Black with #B80EFB
Text Example
Text Example
White with #B80EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80EFB; }
p { color: rgb(184,14,251); }
H1.HeaderClassName
{
color: #B80EFB;
}
.AnyTagClassName
{
color: #B80EFB;
}
</style>
background-color css
<style>
a { background-color: #B80EFB; }
a { background-color: rgb(184,14,251); }
div.DivClassName
{
background-color: #B80EFB;
}
.BgClassName
{
background-color: #B80EFB;
}
</style>
border-color css
<style>
span { border-color: #B80EFB; }
span { border-color: rgb(184,14,251); }
td.TdClassName
{
border-color: #B80EFB;
}
.TagClassName
{
border-color: #B80EFB;
}
</style>