Shades of Deep Magenta #B706CC
Tints of Deep Magenta #B706CC
RGB
CMYK
RGB Variations
Color information
#B706CC (or 0xB706CC) is known color: Deep Magenta. HEX triplet: B7, 06 and CC. RGB value is (183,6,204). Sum of RGB (Red+Green+Blue) = 183+6+204=393 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.56% from 393); Green value is 6 (2.73% from 255 or 1.53% from 393); Blue value is 204 (80.08% from 255 or 51.91% from 393); Max value from RGB is 204 - color contains mainly: blue. Hex color #B706CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B706CC is #48F933. Grayscale: #505050. Windows color (decimal): -4782388 or 13371063. OLE color: 13371063.
HSL color Cylindrical-coordinate representation of color #B706CC: hue angle of 293.64º 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 #B706CC is Cyan = 0.10, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 183 | 6 | 204 | - |
| CMYK | 0.10 | 0.97 | 0 | 0.2 |
| HSL | 293.64º | 0.94% | 0.41% | - |
| HSV(B) | 293.64º | 0.97% | 0.8% | - |
| XYZ | 30.49 | 14.56 | 58.33 | - |
| YUV | 81.5 | 197.14 | 200.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 6 | 204 | 0.10 | 0.97 | 0 | 0.2 | 293.64 | 0.94 | 0.41 |
| Hex | B7 | 6 | CC | A | 61 | 0 | 14 | 126 | 5E | 29 |
| Octal | 267 | 6 | 314 | 12 | 141 | 0 | 24 | 446 | 136 | 51 |
| Binary | 10110111 | 110 | 11001100 | 1010 | 1100001 | 0 | 10100 | 100100110 | 1011110 | 101001 |
Color Harmonies of #B706CC
Complementary color
Monochromatic Colors of #B706CC
Black with #B706CC
Text Example
Text Example
White with #B706CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B706CC; }
p { color: rgb(183,6,204); }
H1.HeaderClassName
{
color: #B706CC;
}
.AnyTagClassName
{
color: #B706CC;
}
</style>
background-color css
<style>
a { background-color: #B706CC; }
a { background-color: rgb(183,6,204); }
div.DivClassName
{
background-color: #B706CC;
}
.BgClassName
{
background-color: #B706CC;
}
</style>
border-color css
<style>
span { border-color: #B706CC; }
span { border-color: rgb(183,6,204); }
td.TdClassName
{
border-color: #B706CC;
}
.TagClassName
{
border-color: #B706CC;
}
</style>