Shades of Electric Purple #B706FF
Tints of Electric Purple #B706FF
RGB
CMYK
RGB Variations
Color information
#B706FF (or 0xB706FF) is known color: Electric Purple. HEX triplet: B7, 06 and FF. RGB value is (183,6,255). Sum of RGB (Red+Green+Blue) = 183+6+255=444 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.22% from 444); Green value is 6 (2.73% from 255 or 1.35% from 444); Blue value is 255 (100% from 255 or 57.43% from 444); Max value from RGB is 255 - color contains mainly: blue. Hex color #B706FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B706FF is #48F900. Grayscale: #565656. Windows color (decimal): -4782337 or 16713399. OLE color: 16713399.
HSL color Cylindrical-coordinate representation of color #B706FF: hue angle of 282.65º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B706FF is Cyan = 0.28, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 183 | 6 | 255 | - |
| CMYK | 0.28 | 0.98 | 0 | 0 |
| HSL | 282.65º | 1% | 0.51% | - |
| HSV(B) | 282.65º | 0.98% | 1% | - |
| XYZ | 37.64 | 17.42 | 95.99 | - |
| YUV | 87.31 | 222.64 | 196.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 6 | 255 | 0.28 | 0.98 | 0 | 0 | 282.65 | 1 | 0.51 |
| Hex | B7 | 6 | FF | 1C | 62 | 0 | 0 | 11B | 64 | 33 |
| Octal | 267 | 6 | 377 | 34 | 142 | 0 | 0 | 433 | 144 | 63 |
| Binary | 10110111 | 110 | 11111111 | 11100 | 1100010 | 0 | 0 | 100011011 | 1100100 | 110011 |
Color Harmonies of #B706FF
Complementary color
Monochromatic Colors of #B706FF
Black with #B706FF
Text Example
Text Example
White with #B706FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B706FF; }
p { color: rgb(183,6,255); }
H1.HeaderClassName
{
color: #B706FF;
}
.AnyTagClassName
{
color: #B706FF;
}
</style>
background-color css
<style>
a { background-color: #B706FF; }
a { background-color: rgb(183,6,255); }
div.DivClassName
{
background-color: #B706FF;
}
.BgClassName
{
background-color: #B706FF;
}
</style>
border-color css
<style>
span { border-color: #B706FF; }
span { border-color: rgb(183,6,255); }
td.TdClassName
{
border-color: #B706FF;
}
.TagClassName
{
border-color: #B706FF;
}
</style>