Shades of Deep Magenta #B706CB
Tints of Deep Magenta #B706CB
RGB
CMYK
RGB Variations
Color information
#B706CB (or 0xB706CB) is known color: Deep Magenta. HEX triplet: B7, 06 and CB. RGB value is (183,6,203). Sum of RGB (Red+Green+Blue) = 183+6+203=392 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.68% from 392); Green value is 6 (2.73% from 255 or 1.53% from 392); Blue value is 203 (79.69% from 255 or 51.79% from 392); Max value from RGB is 203 - color contains mainly: blue. Hex color #B706CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B706CB is #48F934. Grayscale: #505050. Windows color (decimal): -4782389 or 13305527. OLE color: 13305527.
HSL color Cylindrical-coordinate representation of color #B706CB: hue angle of 293.91º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B706CB is Cyan = 0.10, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 6 | 203 | - |
| CMYK | 0.10 | 0.97 | 0 | 0.20 |
| HSL | 293.91º | 0.94% | 0.41% | - |
| HSV(B) | 293.91º | 0.97% | 0.8% | - |
| XYZ | 30.37 | 14.51 | 57.7 | - |
| YUV | 81.38 | 196.64 | 200.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 6 | 203 | 0.10 | 0.97 | 0 | 0.20 | 293.91 | 0.94 | 0.41 |
| Hex | B7 | 6 | CB | A | 61 | 0 | 14 | 126 | 5E | 29 |
| Octal | 267 | 6 | 313 | 12 | 141 | 0 | 24 | 446 | 136 | 51 |
| Binary | 10110111 | 110 | 11001011 | 1010 | 1100001 | 0 | 10100 | 100100110 | 1011110 | 101001 |
Color Harmonies of #B706CB
Complementary color
Monochromatic Colors of #B706CB
Black with #B706CB
Text Example
Text Example
White with #B706CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B706CB; }
p { color: rgb(183,6,203); }
H1.HeaderClassName
{
color: #B706CB;
}
.AnyTagClassName
{
color: #B706CB;
}
</style>
background-color css
<style>
a { background-color: #B706CB; }
a { background-color: rgb(183,6,203); }
div.DivClassName
{
background-color: #B706CB;
}
.BgClassName
{
background-color: #B706CB;
}
</style>
border-color css
<style>
span { border-color: #B706CB; }
span { border-color: rgb(183,6,203); }
td.TdClassName
{
border-color: #B706CB;
}
.TagClassName
{
border-color: #B706CB;
}
</style>