Shades of Deep Magenta #B706DD
Tints of Deep Magenta #B706DD
RGB
CMYK
RGB Variations
Color information
#B706DD (or 0xB706DD) is known color: Deep Magenta. HEX triplet: B7, 06 and DD. RGB value is (183,6,221). Sum of RGB (Red+Green+Blue) = 183+6+221=410 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.63% from 410); Green value is 6 (2.73% from 255 or 1.46% from 410); Blue value is 221 (86.72% from 255 or 53.90% from 410); Max value from RGB is 221 - color contains mainly: blue. Hex color #B706DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B706DD is #48F922. Grayscale: #525252. Windows color (decimal): -4782371 or 14485175. OLE color: 14485175.
HSL color Cylindrical-coordinate representation of color #B706DD: hue angle of 289.4º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B706DD is Cyan = 0.17, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 6 | 221 | - |
| CMYK | 0.17 | 0.97 | 0 | 0.13 |
| HSL | 289.4º | 0.95% | 0.45% | - |
| HSV(B) | 289.4º | 0.97% | 0.87% | - |
| XYZ | 32.64 | 15.42 | 69.66 | - |
| YUV | 83.43 | 205.64 | 199.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 6 | 221 | 0.17 | 0.97 | 0 | 0.13 | 289.4 | 0.95 | 0.45 |
| Hex | B7 | 6 | DD | 11 | 61 | 0 | D | 121 | 5F | 2D |
| Octal | 267 | 6 | 335 | 21 | 141 | 0 | 15 | 441 | 137 | 55 |
| Binary | 10110111 | 110 | 11011101 | 10001 | 1100001 | 0 | 1101 | 100100001 | 1011111 | 101101 |
Color Harmonies of #B706DD
Complementary color
Monochromatic Colors of #B706DD
Black with #B706DD
Text Example
Text Example
White with #B706DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B706DD; }
p { color: rgb(183,6,221); }
H1.HeaderClassName
{
color: #B706DD;
}
.AnyTagClassName
{
color: #B706DD;
}
</style>
background-color css
<style>
a { background-color: #B706DD; }
a { background-color: rgb(183,6,221); }
div.DivClassName
{
background-color: #B706DD;
}
.BgClassName
{
background-color: #B706DD;
}
</style>
border-color css
<style>
span { border-color: #B706DD; }
span { border-color: rgb(183,6,221); }
td.TdClassName
{
border-color: #B706DD;
}
.TagClassName
{
border-color: #B706DD;
}
</style>