Shades of Deep Magenta #B706D1
Tints of Deep Magenta #B706D1
RGB
CMYK
RGB Variations
Color information
#B706D1 (or 0xB706D1) is known color: Deep Magenta. HEX triplet: B7, 06 and D1. RGB value is (183,6,209). Sum of RGB (Red+Green+Blue) = 183+6+209=398 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.98% from 398); Green value is 6 (2.73% from 255 or 1.51% from 398); Blue value is 209 (82.03% from 255 or 52.51% from 398); Max value from RGB is 209 - color contains mainly: blue. Hex color #B706D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B706D1 is #48F92E. Grayscale: #515151. Windows color (decimal): -4782383 or 13698743. OLE color: 13698743.
HSL color Cylindrical-coordinate representation of color #B706D1: hue angle of 292.32º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B706D1 is Cyan = 0.12, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 183 | 6 | 209 | - |
| CMYK | 0.12 | 0.97 | 0 | 0.18 |
| HSL | 292.32º | 0.94% | 0.42% | - |
| HSV(B) | 292.32º | 0.97% | 0.82% | - |
| XYZ | 31.1 | 14.8 | 61.54 | - |
| YUV | 82.07 | 199.64 | 199.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 6 | 209 | 0.12 | 0.97 | 0 | 0.18 | 292.32 | 0.94 | 0.42 |
| Hex | B7 | 6 | D1 | C | 61 | 0 | 12 | 124 | 5E | 2A |
| Octal | 267 | 6 | 321 | 14 | 141 | 0 | 22 | 444 | 136 | 52 |
| Binary | 10110111 | 110 | 11010001 | 1100 | 1100001 | 0 | 10010 | 100100100 | 1011110 | 101010 |
Color Harmonies of #B706D1
Complementary color
Monochromatic Colors of #B706D1
Black with #B706D1
Text Example
Text Example
White with #B706D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B706D1; }
p { color: rgb(183,6,209); }
H1.HeaderClassName
{
color: #B706D1;
}
.AnyTagClassName
{
color: #B706D1;
}
</style>
background-color css
<style>
a { background-color: #B706D1; }
a { background-color: rgb(183,6,209); }
div.DivClassName
{
background-color: #B706D1;
}
.BgClassName
{
background-color: #B706D1;
}
</style>
border-color css
<style>
span { border-color: #B706D1; }
span { border-color: rgb(183,6,209); }
td.TdClassName
{
border-color: #B706D1;
}
.TagClassName
{
border-color: #B706D1;
}
</style>