Shades of Deep Magenta #B006C8
Tints of Deep Magenta #B006C8
RGB
CMYK
RGB Variations
Color information
#B006C8 (or 0xB006C8) is known color: Deep Magenta. HEX triplet: B0, 06 and C8. RGB value is (176,6,200). Sum of RGB (Red+Green+Blue) = 176+6+200=382 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.07% from 382); Green value is 6 (2.73% from 255 or 1.57% from 382); Blue value is 200 (78.52% from 255 or 52.36% from 382); Max value from RGB is 200 - color contains mainly: blue. Hex color #B006C8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B006C8 is #4FF937. Grayscale: #4E4E4E. Windows color (decimal): -5241144 or 13108912. OLE color: 13108912.
HSL color Cylindrical-coordinate representation of color #B006C8: hue angle of 292.58º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B006C8 is Cyan = 0.12, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 176 | 6 | 200 | - |
| CMYK | 0.12 | 0.97 | 0 | 0.22 |
| HSL | 292.58º | 0.94% | 0.4% | - |
| HSV(B) | 292.58º | 0.97% | 0.78% | - |
| XYZ | 28.39 | 13.53 | 55.76 | - |
| YUV | 78.95 | 196.32 | 197.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 6 | 200 | 0.12 | 0.97 | 0 | 0.22 | 292.58 | 0.94 | 0.4 |
| Hex | B0 | 6 | C8 | C | 61 | 0 | 16 | 125 | 5E | 28 |
| Octal | 260 | 6 | 310 | 14 | 141 | 0 | 26 | 445 | 136 | 50 |
| Binary | 10110000 | 110 | 11001000 | 1100 | 1100001 | 0 | 10110 | 100100101 | 1011110 | 101000 |
Color Harmonies of #B006C8
Complementary color
Monochromatic Colors of #B006C8
Black with #B006C8
Text Example
Text Example
White with #B006C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B006C8; }
p { color: rgb(176,6,200); }
H1.HeaderClassName
{
color: #B006C8;
}
.AnyTagClassName
{
color: #B006C8;
}
</style>
background-color css
<style>
a { background-color: #B006C8; }
a { background-color: rgb(176,6,200); }
div.DivClassName
{
background-color: #B006C8;
}
.BgClassName
{
background-color: #B006C8;
}
</style>
border-color css
<style>
span { border-color: #B006C8; }
span { border-color: rgb(176,6,200); }
td.TdClassName
{
border-color: #B006C8;
}
.TagClassName
{
border-color: #B006C8;
}
</style>