Shades of Deep Magenta #B006C0
Tints of Deep Magenta #B006C0
RGB
CMYK
RGB Variations
Color information
#B006C0 (or 0xB006C0) is known color: Deep Magenta. HEX triplet: B0, 06 and C0. RGB value is (176,6,192). Sum of RGB (Red+Green+Blue) = 176+6+192=374 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.06% from 374); Green value is 6 (2.73% from 255 or 1.60% from 374); Blue value is 192 (75.39% from 255 or 51.34% from 374); Max value from RGB is 192 - color contains mainly: blue. Hex color #B006C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B006C0 is #4FF93F. Grayscale: #4D4D4D. Windows color (decimal): -5241152 or 12584624. OLE color: 12584624.
HSL color Cylindrical-coordinate representation of color #B006C0: hue angle of 294.84º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B006C0 is Cyan = 0.08, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 6 | 192 | - |
| CMYK | 0.08 | 0.97 | 0 | 0.25 |
| HSL | 294.84º | 0.94% | 0.39% | - |
| HSV(B) | 294.84º | 0.97% | 0.75% | - |
| XYZ | 27.48 | 13.17 | 50.96 | - |
| YUV | 78.03 | 192.32 | 197.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 6 | 192 | 0.08 | 0.97 | 0 | 0.25 | 294.84 | 0.94 | 0.39 |
| Hex | B0 | 6 | C0 | 8 | 61 | 0 | 19 | 127 | 5E | 27 |
| Octal | 260 | 6 | 300 | 10 | 141 | 0 | 31 | 447 | 136 | 47 |
| Binary | 10110000 | 110 | 11000000 | 1000 | 1100001 | 0 | 11001 | 100100111 | 1011110 | 100111 |
Color Harmonies of #B006C0
Complementary color
Monochromatic Colors of #B006C0
Black with #B006C0
Text Example
Text Example
White with #B006C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B006C0; }
p { color: rgb(176,6,192); }
H1.HeaderClassName
{
color: #B006C0;
}
.AnyTagClassName
{
color: #B006C0;
}
</style>
background-color css
<style>
a { background-color: #B006C0; }
a { background-color: rgb(176,6,192); }
div.DivClassName
{
background-color: #B006C0;
}
.BgClassName
{
background-color: #B006C0;
}
</style>
border-color css
<style>
span { border-color: #B006C0; }
span { border-color: rgb(176,6,192); }
td.TdClassName
{
border-color: #B006C0;
}
.TagClassName
{
border-color: #B006C0;
}
</style>