Shades of Deep Magenta #B706DC
Tints of Deep Magenta #B706DC
RGB
CMYK
RGB Variations
Color information
#B706DC (or 0xB706DC) is known color: Deep Magenta. HEX triplet: B7, 06 and DC. RGB value is (183,6,220). Sum of RGB (Red+Green+Blue) = 183+6+220=409 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.74% from 409); Green value is 6 (2.73% from 255 or 1.47% from 409); Blue value is 220 (86.33% from 255 or 53.79% from 409); Max value from RGB is 220 - color contains mainly: blue. Hex color #B706DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B706DC is #48F923. Grayscale: #525252. Windows color (decimal): -4782372 or 14419639. OLE color: 14419639.
HSL color Cylindrical-coordinate representation of color #B706DC: hue angle of 289.63º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B706DC is Cyan = 0.17, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 6 | 220 | - |
| CMYK | 0.17 | 0.97 | 0 | 0.14 |
| HSL | 289.63º | 0.95% | 0.44% | - |
| HSV(B) | 289.63º | 0.97% | 0.86% | - |
| XYZ | 32.51 | 15.36 | 68.96 | - |
| YUV | 83.32 | 205.14 | 199.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 6 | 220 | 0.17 | 0.97 | 0 | 0.14 | 289.63 | 0.95 | 0.44 |
| Hex | B7 | 6 | DC | 11 | 61 | 0 | E | 122 | 5F | 2C |
| Octal | 267 | 6 | 334 | 21 | 141 | 0 | 16 | 442 | 137 | 54 |
| Binary | 10110111 | 110 | 11011100 | 10001 | 1100001 | 0 | 1110 | 100100010 | 1011111 | 101100 |
Color Harmonies of #B706DC
Complementary color
Monochromatic Colors of #B706DC
Black with #B706DC
Text Example
Text Example
White with #B706DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B706DC; }
p { color: rgb(183,6,220); }
H1.HeaderClassName
{
color: #B706DC;
}
.AnyTagClassName
{
color: #B706DC;
}
</style>
background-color css
<style>
a { background-color: #B706DC; }
a { background-color: rgb(183,6,220); }
div.DivClassName
{
background-color: #B706DC;
}
.BgClassName
{
background-color: #B706DC;
}
</style>
border-color css
<style>
span { border-color: #B706DC; }
span { border-color: rgb(183,6,220); }
td.TdClassName
{
border-color: #B706DC;
}
.TagClassName
{
border-color: #B706DC;
}
</style>