Shades of Electric Purple #B80FE2
Tints of Electric Purple #B80FE2
RGB
CMYK
RGB Variations
Color information
#B80FE2 (or 0xB80FE2) is known color: Electric Purple. HEX triplet: B8, 0F and E2. RGB value is (184,15,226). Sum of RGB (Red+Green+Blue) = 184+15+226=425 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.29% from 425); Green value is 15 (6.25% from 255 or 3.53% from 425); Blue value is 226 (88.67% from 255 or 53.18% from 425); Max value from RGB is 226 - color contains mainly: blue. Hex color #B80FE2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B80FE2 is #47F01D. Grayscale: #585858. Windows color (decimal): -4714526 or 14815160. OLE color: 14815160.
HSL color Cylindrical-coordinate representation of color #B80FE2: hue angle of 288.06º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B80FE2 is Cyan = 0.19, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 184 | 15 | 226 | - |
| CMYK | 0.19 | 0.93 | 0 | 0.11 |
| HSL | 288.06º | 0.88% | 0.47% | - |
| HSV(B) | 288.06º | 0.93% | 0.89% | - |
| XYZ | 33.67 | 16.02 | 73.27 | - |
| YUV | 89.59 | 204.99 | 195.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 15 | 226 | 0.19 | 0.93 | 0 | 0.11 | 288.06 | 0.88 | 0.47 |
| Hex | B8 | F | E2 | 13 | 5D | 0 | B | 120 | 58 | 2F |
| Octal | 270 | 17 | 342 | 23 | 135 | 0 | 13 | 440 | 130 | 57 |
| Binary | 10111000 | 1111 | 11100010 | 10011 | 1011101 | 0 | 1011 | 100100000 | 1011000 | 101111 |
Color Harmonies of #B80FE2
Complementary color
Monochromatic Colors of #B80FE2
Black with #B80FE2
Text Example
Text Example
White with #B80FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80FE2; }
p { color: rgb(184,15,226); }
H1.HeaderClassName
{
color: #B80FE2;
}
.AnyTagClassName
{
color: #B80FE2;
}
</style>
background-color css
<style>
a { background-color: #B80FE2; }
a { background-color: rgb(184,15,226); }
div.DivClassName
{
background-color: #B80FE2;
}
.BgClassName
{
background-color: #B80FE2;
}
</style>
border-color css
<style>
span { border-color: #B80FE2; }
span { border-color: rgb(184,15,226); }
td.TdClassName
{
border-color: #B80FE2;
}
.TagClassName
{
border-color: #B80FE2;
}
</style>