Shades of Deep Magenta #BA0ACC
Tints of Deep Magenta #BA0ACC
RGB
CMYK
RGB Variations
Color information
#BA0ACC (or 0xBA0ACC) is known color: Deep Magenta. HEX triplet: BA, 0A and CC. RGB value is (186,10,204). Sum of RGB (Red+Green+Blue) = 186+10+204=400 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.5% from 400); Green value is 10 (4.30% from 255 or 2.5% from 400); Blue value is 204 (80.08% from 255 or 51% from 400); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA0ACC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA0ACC is #45F533. Grayscale: #545454. Windows color (decimal): -4584756 or 13372090. OLE color: 13372090.
HSL color Cylindrical-coordinate representation of color #BA0ACC: hue angle of 294.43º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA0ACC is Cyan = 0.09, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 186 | 10 | 204 | - |
| CMYK | 0.09 | 0.95 | 0 | 0.2 |
| HSL | 294.43º | 0.91% | 0.42% | - |
| HSV(B) | 294.43º | 0.95% | 0.8% | - |
| XYZ | 31.26 | 15.02 | 58.38 | - |
| YUV | 84.74 | 195.31 | 200.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 10 | 204 | 0.09 | 0.95 | 0 | 0.2 | 294.43 | 0.91 | 0.42 |
| Hex | BA | A | CC | 9 | 5F | 0 | 14 | 126 | 5B | 2A |
| Octal | 272 | 12 | 314 | 11 | 137 | 0 | 24 | 446 | 133 | 52 |
| Binary | 10111010 | 1010 | 11001100 | 1001 | 1011111 | 0 | 10100 | 100100110 | 1011011 | 101010 |
Color Harmonies of #BA0ACC
Complementary color
Monochromatic Colors of #BA0ACC
Black with #BA0ACC
Text Example
Text Example
White with #BA0ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0ACC; }
p { color: rgb(186,10,204); }
H1.HeaderClassName
{
color: #BA0ACC;
}
.AnyTagClassName
{
color: #BA0ACC;
}
</style>
background-color css
<style>
a { background-color: #BA0ACC; }
a { background-color: rgb(186,10,204); }
div.DivClassName
{
background-color: #BA0ACC;
}
.BgClassName
{
background-color: #BA0ACC;
}
</style>
border-color css
<style>
span { border-color: #BA0ACC; }
span { border-color: rgb(186,10,204); }
td.TdClassName
{
border-color: #BA0ACC;
}
.TagClassName
{
border-color: #BA0ACC;
}
</style>