Shades of Electric Purple #B806EC
Tints of Electric Purple #B806EC
RGB
CMYK
RGB Variations
Color information
#B806EC (or 0xB806EC) is known color: Electric Purple. HEX triplet: B8, 06 and EC. RGB value is (184,6,236). Sum of RGB (Red+Green+Blue) = 184+6+236=426 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.19% from 426); Green value is 6 (2.73% from 255 or 1.41% from 426); Blue value is 236 (92.58% from 255 or 55.40% from 426); Max value from RGB is 236 - color contains mainly: blue. Hex color #B806EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B806EC is #47F913. Grayscale: #545454. Windows color (decimal): -4716820 or 15468216. OLE color: 15468216.
HSL color Cylindrical-coordinate representation of color #B806EC: hue angle of 286.43º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B806EC is Cyan = 0.22, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 6 | 236 | - |
| CMYK | 0.22 | 0.97 | 0 | 0.07 |
| HSL | 286.43º | 0.95% | 0.47% | - |
| HSV(B) | 286.43º | 0.97% | 0.93% | - |
| XYZ | 34.97 | 16.38 | 80.67 | - |
| YUV | 85.44 | 212.97 | 198.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 6 | 236 | 0.22 | 0.97 | 0 | 0.07 | 286.43 | 0.95 | 0.47 |
| Hex | B8 | 6 | EC | 16 | 61 | 0 | 7 | 11E | 5F | 2F |
| Octal | 270 | 6 | 354 | 26 | 141 | 0 | 7 | 436 | 137 | 57 |
| Binary | 10111000 | 110 | 11101100 | 10110 | 1100001 | 0 | 111 | 100011110 | 1011111 | 101111 |
Color Harmonies of #B806EC
Complementary color
Monochromatic Colors of #B806EC
Black with #B806EC
Text Example
Text Example
White with #B806EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B806EC; }
p { color: rgb(184,6,236); }
H1.HeaderClassName
{
color: #B806EC;
}
.AnyTagClassName
{
color: #B806EC;
}
</style>
background-color css
<style>
a { background-color: #B806EC; }
a { background-color: rgb(184,6,236); }
div.DivClassName
{
background-color: #B806EC;
}
.BgClassName
{
background-color: #B806EC;
}
</style>
border-color css
<style>
span { border-color: #B806EC; }
span { border-color: rgb(184,6,236); }
td.TdClassName
{
border-color: #B806EC;
}
.TagClassName
{
border-color: #B806EC;
}
</style>