Shades of Electric Purple #B80EF1
Tints of Electric Purple #B80EF1
RGB
CMYK
RGB Variations
Color information
#B80EF1 (or 0xB80EF1) is known color: Electric Purple. HEX triplet: B8, 0E and F1. RGB value is (184,14,241). Sum of RGB (Red+Green+Blue) = 184+14+241=439 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.91% from 439); Green value is 14 (5.86% from 255 or 3.19% from 439); Blue value is 241 (94.53% from 255 or 54.90% from 439); Max value from RGB is 241 - color contains mainly: blue. Hex color #B80EF1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B80EF1 is #47F10E. Grayscale: #595959. Windows color (decimal): -4714767 or 15797944. OLE color: 15797944.
HSL color Cylindrical-coordinate representation of color #B80EF1: hue angle of 284.93º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B80EF1 is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 184 | 14 | 241 | - |
| CMYK | 0.24 | 0.94 | 0 | 0.05 |
| HSL | 284.93º | 0.89% | 0.5% | - |
| HSV(B) | 284.93º | 0.94% | 0.95% | - |
| XYZ | 35.8 | 16.86 | 84.59 | - |
| YUV | 90.71 | 212.82 | 194.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 14 | 241 | 0.24 | 0.94 | 0 | 0.05 | 284.93 | 0.89 | 0.5 |
| Hex | B8 | E | F1 | 18 | 5E | 0 | 5 | 11D | 59 | 32 |
| Octal | 270 | 16 | 361 | 30 | 136 | 0 | 5 | 435 | 131 | 62 |
| Binary | 10111000 | 1110 | 11110001 | 11000 | 1011110 | 0 | 101 | 100011101 | 1011001 | 110010 |
Color Harmonies of #B80EF1
Complementary color
Monochromatic Colors of #B80EF1
Black with #B80EF1
Text Example
Text Example
White with #B80EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80EF1; }
p { color: rgb(184,14,241); }
H1.HeaderClassName
{
color: #B80EF1;
}
.AnyTagClassName
{
color: #B80EF1;
}
</style>
background-color css
<style>
a { background-color: #B80EF1; }
a { background-color: rgb(184,14,241); }
div.DivClassName
{
background-color: #B80EF1;
}
.BgClassName
{
background-color: #B80EF1;
}
</style>
border-color css
<style>
span { border-color: #B80EF1; }
span { border-color: rgb(184,14,241); }
td.TdClassName
{
border-color: #B80EF1;
}
.TagClassName
{
border-color: #B80EF1;
}
</style>