Shades of Electric Purple #B706F9
Tints of Electric Purple #B706F9
RGB
CMYK
RGB Variations
Color information
#B706F9 (or 0xB706F9) is known color: Electric Purple. HEX triplet: B7, 06 and F9. RGB value is (183,6,249). Sum of RGB (Red+Green+Blue) = 183+6+249=438 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.78% from 438); Green value is 6 (2.73% from 255 or 1.37% from 438); Blue value is 249 (97.66% from 255 or 56.85% from 438); Max value from RGB is 249 - color contains mainly: blue. Hex color #B706F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B706F9 is #48F906. Grayscale: #555555. Windows color (decimal): -4782343 or 16320183. OLE color: 16320183.
HSL color Cylindrical-coordinate representation of color #B706F9: hue angle of 283.7º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B706F9 is Cyan = 0.27, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 183 | 6 | 249 | - |
| CMYK | 0.27 | 0.98 | 0 | 0.02 |
| HSL | 283.7º | 0.95% | 0.5% | - |
| HSV(B) | 283.7º | 0.98% | 0.98% | - |
| XYZ | 36.69 | 17.04 | 90.98 | - |
| YUV | 86.63 | 219.64 | 196.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 6 | 249 | 0.27 | 0.98 | 0 | 0.02 | 283.7 | 0.95 | 0.5 |
| Hex | B7 | 6 | F9 | 1B | 62 | 0 | 2 | 11C | 5F | 32 |
| Octal | 267 | 6 | 371 | 33 | 142 | 0 | 2 | 434 | 137 | 62 |
| Binary | 10110111 | 110 | 11111001 | 11011 | 1100010 | 0 | 10 | 100011100 | 1011111 | 110010 |
Color Harmonies of #B706F9
Complementary color
Monochromatic Colors of #B706F9
Black with #B706F9
Text Example
Text Example
White with #B706F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B706F9; }
p { color: rgb(183,6,249); }
H1.HeaderClassName
{
color: #B706F9;
}
.AnyTagClassName
{
color: #B706F9;
}
</style>
background-color css
<style>
a { background-color: #B706F9; }
a { background-color: rgb(183,6,249); }
div.DivClassName
{
background-color: #B706F9;
}
.BgClassName
{
background-color: #B706F9;
}
</style>
border-color css
<style>
span { border-color: #B706F9; }
span { border-color: rgb(183,6,249); }
td.TdClassName
{
border-color: #B706F9;
}
.TagClassName
{
border-color: #B706F9;
}
</style>