Shades of Deep Magenta #B006CA
Tints of Deep Magenta #B006CA
RGB
CMYK
RGB Variations
Color information
#B006CA (or 0xB006CA) is known color: Deep Magenta. HEX triplet: B0, 06 and CA. RGB value is (176,6,202). Sum of RGB (Red+Green+Blue) = 176+6+202=384 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.83% from 384); Green value is 6 (2.73% from 255 or 1.56% from 384); Blue value is 202 (79.30% from 255 or 52.60% from 384); Max value from RGB is 202 - color contains mainly: blue. Hex color #B006CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B006CA is #4FF935. Grayscale: #4E4E4E. Windows color (decimal): -5241142 or 13239984. OLE color: 13239984.
HSL color Cylindrical-coordinate representation of color #B006CA: hue angle of 292.04º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B006CA is Cyan = 0.13, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 176 | 6 | 202 | - |
| CMYK | 0.13 | 0.97 | 0 | 0.21 |
| HSL | 292.04º | 0.94% | 0.41% | - |
| HSV(B) | 292.04º | 0.97% | 0.79% | - |
| XYZ | 28.63 | 13.62 | 57 | - |
| YUV | 79.17 | 197.32 | 197.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 6 | 202 | 0.13 | 0.97 | 0 | 0.21 | 292.04 | 0.94 | 0.41 |
| Hex | B0 | 6 | CA | D | 61 | 0 | 15 | 124 | 5E | 29 |
| Octal | 260 | 6 | 312 | 15 | 141 | 0 | 25 | 444 | 136 | 51 |
| Binary | 10110000 | 110 | 11001010 | 1101 | 1100001 | 0 | 10101 | 100100100 | 1011110 | 101001 |
Color Harmonies of #B006CA
Complementary color
Monochromatic Colors of #B006CA
Black with #B006CA
Text Example
Text Example
White with #B006CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B006CA; }
p { color: rgb(176,6,202); }
H1.HeaderClassName
{
color: #B006CA;
}
.AnyTagClassName
{
color: #B006CA;
}
</style>
background-color css
<style>
a { background-color: #B006CA; }
a { background-color: rgb(176,6,202); }
div.DivClassName
{
background-color: #B006CA;
}
.BgClassName
{
background-color: #B006CA;
}
</style>
border-color css
<style>
span { border-color: #B006CA; }
span { border-color: rgb(176,6,202); }
td.TdClassName
{
border-color: #B006CA;
}
.TagClassName
{
border-color: #B006CA;
}
</style>