Shades of Deep Magenta #B706DB
Tints of Deep Magenta #B706DB
RGB
CMYK
RGB Variations
Color information
#B706DB (or 0xB706DB) is known color: Deep Magenta. HEX triplet: B7, 06 and DB. RGB value is (183,6,219). Sum of RGB (Red+Green+Blue) = 183+6+219=408 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.85% from 408); Green value is 6 (2.73% from 255 or 1.47% from 408); Blue value is 219 (85.94% from 255 or 53.68% from 408); Max value from RGB is 219 - color contains mainly: blue. Hex color #B706DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B706DB is #48F924. Grayscale: #525252. Windows color (decimal): -4782373 or 14354103. OLE color: 14354103.
HSL color Cylindrical-coordinate representation of color #B706DB: hue angle of 289.86º 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 #B706DB is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 6 | 219 | - |
| CMYK | 0.16 | 0.97 | 0 | 0.14 |
| HSL | 289.86º | 0.95% | 0.44% | - |
| HSV(B) | 289.86º | 0.97% | 0.86% | - |
| XYZ | 32.38 | 15.31 | 68.27 | - |
| YUV | 83.21 | 204.64 | 199.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 6 | 219 | 0.16 | 0.97 | 0 | 0.14 | 289.86 | 0.95 | 0.44 |
| Hex | B7 | 6 | DB | 10 | 61 | 0 | E | 122 | 5F | 2C |
| Octal | 267 | 6 | 333 | 20 | 141 | 0 | 16 | 442 | 137 | 54 |
| Binary | 10110111 | 110 | 11011011 | 10000 | 1100001 | 0 | 1110 | 100100010 | 1011111 | 101100 |
Color Harmonies of #B706DB
Complementary color
Monochromatic Colors of #B706DB
Black with #B706DB
Text Example
Text Example
White with #B706DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B706DB; }
p { color: rgb(183,6,219); }
H1.HeaderClassName
{
color: #B706DB;
}
.AnyTagClassName
{
color: #B706DB;
}
</style>
background-color css
<style>
a { background-color: #B706DB; }
a { background-color: rgb(183,6,219); }
div.DivClassName
{
background-color: #B706DB;
}
.BgClassName
{
background-color: #B706DB;
}
</style>
border-color css
<style>
span { border-color: #B706DB; }
span { border-color: rgb(183,6,219); }
td.TdClassName
{
border-color: #B706DB;
}
.TagClassName
{
border-color: #B706DB;
}
</style>