Shades of Electric Purple #B706E8
Tints of Electric Purple #B706E8
RGB
CMYK
RGB Variations
Color information
#B706E8 (or 0xB706E8) is known color: Electric Purple. HEX triplet: B7, 06 and E8. RGB value is (183,6,232). Sum of RGB (Red+Green+Blue) = 183+6+232=421 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.47% from 421); Green value is 6 (2.73% from 255 or 1.43% from 421); Blue value is 232 (91.02% from 255 or 55.11% from 421); Max value from RGB is 232 - color contains mainly: blue. Hex color #B706E8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B706E8 is #48F917. Grayscale: #535353. Windows color (decimal): -4782360 or 15206071. OLE color: 15206071.
HSL color Cylindrical-coordinate representation of color #B706E8: hue angle of 286.99º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B706E8 is Cyan = 0.21, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 183 | 6 | 232 | - |
| CMYK | 0.21 | 0.97 | 0 | 0.09 |
| HSL | 286.99º | 0.95% | 0.47% | - |
| HSV(B) | 286.99º | 0.97% | 0.91% | - |
| XYZ | 34.16 | 16.02 | 77.64 | - |
| YUV | 84.69 | 211.14 | 198.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 6 | 232 | 0.21 | 0.97 | 0 | 0.09 | 286.99 | 0.95 | 0.47 |
| Hex | B7 | 6 | E8 | 15 | 61 | 0 | 9 | 11F | 5F | 2F |
| Octal | 267 | 6 | 350 | 25 | 141 | 0 | 11 | 437 | 137 | 57 |
| Binary | 10110111 | 110 | 11101000 | 10101 | 1100001 | 0 | 1001 | 100011111 | 1011111 | 101111 |
Color Harmonies of #B706E8
Complementary color
Monochromatic Colors of #B706E8
Black with #B706E8
Text Example
Text Example
White with #B706E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B706E8; }
p { color: rgb(183,6,232); }
H1.HeaderClassName
{
color: #B706E8;
}
.AnyTagClassName
{
color: #B706E8;
}
</style>
background-color css
<style>
a { background-color: #B706E8; }
a { background-color: rgb(183,6,232); }
div.DivClassName
{
background-color: #B706E8;
}
.BgClassName
{
background-color: #B706E8;
}
</style>
border-color css
<style>
span { border-color: #B706E8; }
span { border-color: rgb(183,6,232); }
td.TdClassName
{
border-color: #B706E8;
}
.TagClassName
{
border-color: #B706E8;
}
</style>