Shades of Electric Purple #B906EC
Tints of Electric Purple #B906EC
RGB
CMYK
RGB Variations
Color information
#B906EC (or 0xB906EC) is known color: Electric Purple. HEX triplet: B9, 06 and EC. RGB value is (185,6,236). Sum of RGB (Red+Green+Blue) = 185+6+236=427 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.33% from 427); Green value is 6 (2.73% from 255 or 1.41% 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 #B906EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B906EC is #46F913. Grayscale: #555555. Windows color (decimal): -4651284 or 15468217. OLE color: 15468217.
HSL color Cylindrical-coordinate representation of color #B906EC: hue angle of 286.7º 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 #B906EC is Cyan = 0.22, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 185 | 6 | 236 | - |
| CMYK | 0.22 | 0.97 | 0 | 0.07 |
| HSL | 286.7º | 0.95% | 0.47% | - |
| HSV(B) | 286.7º | 0.97% | 0.93% | - |
| XYZ | 35.21 | 16.5 | 80.69 | - |
| YUV | 85.74 | 212.8 | 198.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 6 | 236 | 0.22 | 0.97 | 0 | 0.07 | 286.7 | 0.95 | 0.47 |
| Hex | B9 | 6 | EC | 16 | 61 | 0 | 7 | 11F | 5F | 2F |
| Octal | 271 | 6 | 354 | 26 | 141 | 0 | 7 | 437 | 137 | 57 |
| Binary | 10111001 | 110 | 11101100 | 10110 | 1100001 | 0 | 111 | 100011111 | 1011111 | 101111 |
Color Harmonies of #B906EC
Complementary color
Monochromatic Colors of #B906EC
Black with #B906EC
Text Example
Text Example
White with #B906EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B906EC; }
p { color: rgb(185,6,236); }
H1.HeaderClassName
{
color: #B906EC;
}
.AnyTagClassName
{
color: #B906EC;
}
</style>
background-color css
<style>
a { background-color: #B906EC; }
a { background-color: rgb(185,6,236); }
div.DivClassName
{
background-color: #B906EC;
}
.BgClassName
{
background-color: #B906EC;
}
</style>
border-color css
<style>
span { border-color: #B906EC; }
span { border-color: rgb(185,6,236); }
td.TdClassName
{
border-color: #B906EC;
}
.TagClassName
{
border-color: #B906EC;
}
</style>