Shades of Electric Purple #B807EC
Tints of Electric Purple #B807EC
RGB
CMYK
RGB Variations
Color information
#B807EC (or 0xB807EC) is known color: Electric Purple. HEX triplet: B8, 07 and EC. RGB value is (184,7,236). Sum of RGB (Red+Green+Blue) = 184+7+236=427 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.09% from 427); Green value is 7 (3.12% from 255 or 1.64% from 427); Blue value is 236 (92.58% from 255 or 55.27% from 427); Max value from RGB is 236 - color contains mainly: blue. Hex color #B807EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B807EC is #47F813. Grayscale: #555555. Windows color (decimal): -4716564 or 15468472. OLE color: 15468472.
HSL color Cylindrical-coordinate representation of color #B807EC: hue angle of 286.38º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B807EC is Cyan = 0.22, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 7 | 236 | - |
| CMYK | 0.22 | 0.97 | 0 | 0.07 |
| HSL | 286.38º | 0.94% | 0.48% | - |
| HSV(B) | 286.38º | 0.97% | 0.93% | - |
| XYZ | 34.98 | 16.4 | 80.68 | - |
| YUV | 86.03 | 212.64 | 197.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 7 | 236 | 0.22 | 0.97 | 0 | 0.07 | 286.38 | 0.94 | 0.48 |
| Hex | B8 | 7 | EC | 16 | 61 | 0 | 7 | 11E | 5E | 30 |
| Octal | 270 | 7 | 354 | 26 | 141 | 0 | 7 | 436 | 136 | 60 |
| Binary | 10111000 | 111 | 11101100 | 10110 | 1100001 | 0 | 111 | 100011110 | 1011110 | 110000 |
Color Harmonies of #B807EC
Complementary color
Monochromatic Colors of #B807EC
Black with #B807EC
Text Example
Text Example
White with #B807EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B807EC; }
p { color: rgb(184,7,236); }
H1.HeaderClassName
{
color: #B807EC;
}
.AnyTagClassName
{
color: #B807EC;
}
</style>
background-color css
<style>
a { background-color: #B807EC; }
a { background-color: rgb(184,7,236); }
div.DivClassName
{
background-color: #B807EC;
}
.BgClassName
{
background-color: #B807EC;
}
</style>
border-color css
<style>
span { border-color: #B807EC; }
span { border-color: rgb(184,7,236); }
td.TdClassName
{
border-color: #B807EC;
}
.TagClassName
{
border-color: #B807EC;
}
</style>