Shades of Deep Magenta #BA0DCC
Tints of Deep Magenta #BA0DCC
RGB
CMYK
RGB Variations
Color information
#BA0DCC (or 0xBA0DCC) is known color: Deep Magenta. HEX triplet: BA, 0D and CC. RGB value is (186,13,204). Sum of RGB (Red+Green+Blue) = 186+13+204=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 13 (5.47% from 255 or 3.23% from 403); Blue value is 204 (80.08% from 255 or 50.62% from 403); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA0DCC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA0DCC is #45F233. Grayscale: #555555. Windows color (decimal): -4583988 or 13372858. OLE color: 13372858.
HSL color Cylindrical-coordinate representation of color #BA0DCC: hue angle of 294.35º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA0DCC is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 186 | 13 | 204 | - |
| CMYK | 0.09 | 0.94 | 0 | 0.2 |
| HSL | 294.35º | 0.88% | 0.43% | - |
| HSV(B) | 294.35º | 0.94% | 0.8% | - |
| XYZ | 31.29 | 15.09 | 58.39 | - |
| YUV | 86.5 | 194.31 | 198.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 13 | 204 | 0.09 | 0.94 | 0 | 0.2 | 294.35 | 0.88 | 0.43 |
| Hex | BA | D | CC | 9 | 5E | 0 | 14 | 126 | 58 | 2B |
| Octal | 272 | 15 | 314 | 11 | 136 | 0 | 24 | 446 | 130 | 53 |
| Binary | 10111010 | 1101 | 11001100 | 1001 | 1011110 | 0 | 10100 | 100100110 | 1011000 | 101011 |
Color Harmonies of #BA0DCC
Complementary color
Monochromatic Colors of #BA0DCC
Black with #BA0DCC
Text Example
Text Example
White with #BA0DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0DCC; }
p { color: rgb(186,13,204); }
H1.HeaderClassName
{
color: #BA0DCC;
}
.AnyTagClassName
{
color: #BA0DCC;
}
</style>
background-color css
<style>
a { background-color: #BA0DCC; }
a { background-color: rgb(186,13,204); }
div.DivClassName
{
background-color: #BA0DCC;
}
.BgClassName
{
background-color: #BA0DCC;
}
</style>
border-color css
<style>
span { border-color: #BA0DCC; }
span { border-color: rgb(186,13,204); }
td.TdClassName
{
border-color: #BA0DCC;
}
.TagClassName
{
border-color: #BA0DCC;
}
</style>