Shades of Electric Purple #B80FEA
Tints of Electric Purple #B80FEA
RGB
CMYK
RGB Variations
Color information
#B80FEA (or 0xB80FEA) is known color: Electric Purple. HEX triplet: B8, 0F and EA. RGB value is (184,15,234). Sum of RGB (Red+Green+Blue) = 184+15+234=433 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.49% from 433); Green value is 15 (6.25% from 255 or 3.46% from 433); Blue value is 234 (91.80% from 255 or 54.04% from 433); Max value from RGB is 234 - color contains mainly: blue. Hex color #B80FEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B80FEA is #47F015. Grayscale: #595959. Windows color (decimal): -4714518 or 15339448. OLE color: 15339448.
HSL color Cylindrical-coordinate representation of color #B80FEA: hue angle of 286.3º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B80FEA is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 184 | 15 | 234 | - |
| CMYK | 0.21 | 0.94 | 0 | 0.08 |
| HSL | 286.3º | 0.88% | 0.49% | - |
| HSV(B) | 286.3º | 0.94% | 0.92% | - |
| XYZ | 34.79 | 16.47 | 79.19 | - |
| YUV | 90.5 | 208.99 | 194.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 15 | 234 | 0.21 | 0.94 | 0 | 0.08 | 286.3 | 0.88 | 0.49 |
| Hex | B8 | F | EA | 15 | 5E | 0 | 8 | 11E | 58 | 31 |
| Octal | 270 | 17 | 352 | 25 | 136 | 0 | 10 | 436 | 130 | 61 |
| Binary | 10111000 | 1111 | 11101010 | 10101 | 1011110 | 0 | 1000 | 100011110 | 1011000 | 110001 |
Color Harmonies of #B80FEA
Complementary color
Monochromatic Colors of #B80FEA
Black with #B80FEA
Text Example
Text Example
White with #B80FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80FEA; }
p { color: rgb(184,15,234); }
H1.HeaderClassName
{
color: #B80FEA;
}
.AnyTagClassName
{
color: #B80FEA;
}
</style>
background-color css
<style>
a { background-color: #B80FEA; }
a { background-color: rgb(184,15,234); }
div.DivClassName
{
background-color: #B80FEA;
}
.BgClassName
{
background-color: #B80FEA;
}
</style>
border-color css
<style>
span { border-color: #B80FEA; }
span { border-color: rgb(184,15,234); }
td.TdClassName
{
border-color: #B80FEA;
}
.TagClassName
{
border-color: #B80FEA;
}
</style>