Shades of Deep Magenta #B006CC
Tints of Deep Magenta #B006CC
RGB
CMYK
RGB Variations
Color information
#B006CC (or 0xB006CC) is known color: Deep Magenta. HEX triplet: B0, 06 and CC. RGB value is (176,6,204). Sum of RGB (Red+Green+Blue) = 176+6+204=386 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.60% from 386); Green value is 6 (2.73% from 255 or 1.55% from 386); Blue value is 204 (80.08% from 255 or 52.85% from 386); Max value from RGB is 204 - color contains mainly: blue. Hex color #B006CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B006CC is #4FF933. Grayscale: #4E4E4E. Windows color (decimal): -5241140 or 13371056. OLE color: 13371056.
HSL color Cylindrical-coordinate representation of color #B006CC: hue angle of 291.52º 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 #B006CC is Cyan = 0.14, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 176 | 6 | 204 | - |
| CMYK | 0.14 | 0.97 | 0 | 0.2 |
| HSL | 291.52º | 0.94% | 0.41% | - |
| HSV(B) | 291.52º | 0.97% | 0.8% | - |
| XYZ | 28.87 | 13.72 | 58.25 | - |
| YUV | 79.4 | 198.32 | 196.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 6 | 204 | 0.14 | 0.97 | 0 | 0.2 | 291.52 | 0.94 | 0.41 |
| Hex | B0 | 6 | CC | E | 61 | 0 | 14 | 124 | 5E | 29 |
| Octal | 260 | 6 | 314 | 16 | 141 | 0 | 24 | 444 | 136 | 51 |
| Binary | 10110000 | 110 | 11001100 | 1110 | 1100001 | 0 | 10100 | 100100100 | 1011110 | 101001 |
Color Harmonies of #B006CC
Complementary color
Monochromatic Colors of #B006CC
Black with #B006CC
Text Example
Text Example
White with #B006CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B006CC; }
p { color: rgb(176,6,204); }
H1.HeaderClassName
{
color: #B006CC;
}
.AnyTagClassName
{
color: #B006CC;
}
</style>
background-color css
<style>
a { background-color: #B006CC; }
a { background-color: rgb(176,6,204); }
div.DivClassName
{
background-color: #B006CC;
}
.BgClassName
{
background-color: #B006CC;
}
</style>
border-color css
<style>
span { border-color: #B006CC; }
span { border-color: rgb(176,6,204); }
td.TdClassName
{
border-color: #B006CC;
}
.TagClassName
{
border-color: #B006CC;
}
</style>