Shades of Electric Purple #B706EC
Tints of Electric Purple #B706EC
RGB
CMYK
RGB Variations
Color information
#B706EC (or 0xB706EC) is known color: Electric Purple. HEX triplet: B7, 06 and EC. RGB value is (183,6,236). Sum of RGB (Red+Green+Blue) = 183+6+236=425 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.06% from 425); Green value is 6 (2.73% from 255 or 1.41% from 425); Blue value is 236 (92.58% from 255 or 55.53% from 425); Max value from RGB is 236 - color contains mainly: blue. Hex color #B706EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B706EC is #48F913. Grayscale: #545454. Windows color (decimal): -4782356 or 15468215. OLE color: 15468215.
HSL color Cylindrical-coordinate representation of color #B706EC: hue angle of 286.17º 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 #B706EC is Cyan = 0.22, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 6 | 236 | - |
| CMYK | 0.22 | 0.97 | 0 | 0.07 |
| HSL | 286.17º | 0.95% | 0.47% | - |
| HSV(B) | 286.17º | 0.97% | 0.93% | - |
| XYZ | 34.73 | 16.25 | 80.66 | - |
| YUV | 85.14 | 213.14 | 197.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 6 | 236 | 0.22 | 0.97 | 0 | 0.07 | 286.17 | 0.95 | 0.47 |
| Hex | B7 | 6 | EC | 16 | 61 | 0 | 7 | 11E | 5F | 2F |
| Octal | 267 | 6 | 354 | 26 | 141 | 0 | 7 | 436 | 137 | 57 |
| Binary | 10110111 | 110 | 11101100 | 10110 | 1100001 | 0 | 111 | 100011110 | 1011111 | 101111 |
Color Harmonies of #B706EC
Complementary color
Monochromatic Colors of #B706EC
Black with #B706EC
Text Example
Text Example
White with #B706EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B706EC; }
p { color: rgb(183,6,236); }
H1.HeaderClassName
{
color: #B706EC;
}
.AnyTagClassName
{
color: #B706EC;
}
</style>
background-color css
<style>
a { background-color: #B706EC; }
a { background-color: rgb(183,6,236); }
div.DivClassName
{
background-color: #B706EC;
}
.BgClassName
{
background-color: #B706EC;
}
</style>
border-color css
<style>
span { border-color: #B706EC; }
span { border-color: rgb(183,6,236); }
td.TdClassName
{
border-color: #B706EC;
}
.TagClassName
{
border-color: #B706EC;
}
</style>