Shades of Electric Purple #B808E2
Tints of Electric Purple #B808E2
RGB
CMYK
RGB Variations
Color information
#B808E2 (or 0xB808E2) is known color: Electric Purple. HEX triplet: B8, 08 and E2. RGB value is (184,8,226). Sum of RGB (Red+Green+Blue) = 184+8+226=418 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.02% from 418); Green value is 8 (3.52% from 255 or 1.91% from 418); Blue value is 226 (88.67% from 255 or 54.07% from 418); Max value from RGB is 226 - color contains mainly: blue. Hex color #B808E2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B808E2 is #47F71D. Grayscale: #545454. Windows color (decimal): -4716318 or 14813368. OLE color: 14813368.
HSL color Cylindrical-coordinate representation of color #B808E2: hue angle of 288.44º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B808E2 is Cyan = 0.19, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 184 | 8 | 226 | - |
| CMYK | 0.19 | 0.96 | 0 | 0.11 |
| HSL | 288.44º | 0.93% | 0.46% | - |
| HSV(B) | 288.44º | 0.96% | 0.89% | - |
| XYZ | 33.58 | 15.86 | 73.24 | - |
| YUV | 85.48 | 207.31 | 198.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 8 | 226 | 0.19 | 0.96 | 0 | 0.11 | 288.44 | 0.93 | 0.46 |
| Hex | B8 | 8 | E2 | 13 | 60 | 0 | B | 120 | 5D | 2E |
| Octal | 270 | 10 | 342 | 23 | 140 | 0 | 13 | 440 | 135 | 56 |
| Binary | 10111000 | 1000 | 11100010 | 10011 | 1100000 | 0 | 1011 | 100100000 | 1011101 | 101110 |
Color Harmonies of #B808E2
Complementary color
Monochromatic Colors of #B808E2
Black with #B808E2
Text Example
Text Example
White with #B808E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B808E2; }
p { color: rgb(184,8,226); }
H1.HeaderClassName
{
color: #B808E2;
}
.AnyTagClassName
{
color: #B808E2;
}
</style>
background-color css
<style>
a { background-color: #B808E2; }
a { background-color: rgb(184,8,226); }
div.DivClassName
{
background-color: #B808E2;
}
.BgClassName
{
background-color: #B808E2;
}
</style>
border-color css
<style>
span { border-color: #B808E2; }
span { border-color: rgb(184,8,226); }
td.TdClassName
{
border-color: #B808E2;
}
.TagClassName
{
border-color: #B808E2;
}
</style>