Shades of Deep Magenta #BA0CCC
Tints of Deep Magenta #BA0CCC
RGB
CMYK
RGB Variations
Color information
#BA0CCC (or 0xBA0CCC) is known color: Deep Magenta. HEX triplet: BA, 0C and CC. RGB value is (186,12,204). Sum of RGB (Red+Green+Blue) = 186+12+204=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 12 (5.08% from 255 or 2.99% from 402); Blue value is 204 (80.08% from 255 or 50.75% from 402); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA0CCC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA0CCC is #45F333. Grayscale: #555555. Windows color (decimal): -4584244 or 13372602. OLE color: 13372602.
HSL color Cylindrical-coordinate representation of color #BA0CCC: hue angle of 294.38º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA0CCC is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 186 | 12 | 204 | - |
| CMYK | 0.09 | 0.94 | 0 | 0.2 |
| HSL | 294.38º | 0.89% | 0.42% | - |
| HSV(B) | 294.38º | 0.94% | 0.8% | - |
| XYZ | 31.28 | 15.06 | 58.39 | - |
| YUV | 85.91 | 194.65 | 199.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 12 | 204 | 0.09 | 0.94 | 0 | 0.2 | 294.38 | 0.89 | 0.42 |
| Hex | BA | C | CC | 9 | 5E | 0 | 14 | 126 | 59 | 2A |
| Octal | 272 | 14 | 314 | 11 | 136 | 0 | 24 | 446 | 131 | 52 |
| Binary | 10111010 | 1100 | 11001100 | 1001 | 1011110 | 0 | 10100 | 100100110 | 1011001 | 101010 |
Color Harmonies of #BA0CCC
Complementary color
Monochromatic Colors of #BA0CCC
Black with #BA0CCC
Text Example
Text Example
White with #BA0CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0CCC; }
p { color: rgb(186,12,204); }
H1.HeaderClassName
{
color: #BA0CCC;
}
.AnyTagClassName
{
color: #BA0CCC;
}
</style>
background-color css
<style>
a { background-color: #BA0CCC; }
a { background-color: rgb(186,12,204); }
div.DivClassName
{
background-color: #BA0CCC;
}
.BgClassName
{
background-color: #BA0CCC;
}
</style>
border-color css
<style>
span { border-color: #BA0CCC; }
span { border-color: rgb(186,12,204); }
td.TdClassName
{
border-color: #BA0CCC;
}
.TagClassName
{
border-color: #BA0CCC;
}
</style>