Shades of Deep Magenta #BA0ACB
Tints of Deep Magenta #BA0ACB
RGB
CMYK
RGB Variations
Color information
#BA0ACB (or 0xBA0ACB) is known color: Deep Magenta. HEX triplet: BA, 0A and CB. RGB value is (186,10,203). Sum of RGB (Red+Green+Blue) = 186+10+203=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 10 (4.30% from 255 or 2.51% from 399); Blue value is 203 (79.69% from 255 or 50.88% from 399); Max value from RGB is 203 - color contains mainly: blue. Hex color #BA0ACB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA0ACB is #45F534. Grayscale: #545454. Windows color (decimal): -4584757 or 13306554. OLE color: 13306554.
HSL color Cylindrical-coordinate representation of color #BA0ACB: hue angle of 294.72º 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 #BA0ACB is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 10 | 203 | - |
| CMYK | 0.08 | 0.95 | 0 | 0.20 |
| HSL | 294.72º | 0.91% | 0.42% | - |
| HSV(B) | 294.72º | 0.95% | 0.8% | - |
| XYZ | 31.14 | 14.97 | 57.75 | - |
| YUV | 84.63 | 194.81 | 200.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 10 | 203 | 0.08 | 0.95 | 0 | 0.20 | 294.72 | 0.91 | 0.42 |
| Hex | BA | A | CB | 8 | 5F | 0 | 14 | 127 | 5B | 2A |
| Octal | 272 | 12 | 313 | 10 | 137 | 0 | 24 | 447 | 133 | 52 |
| Binary | 10111010 | 1010 | 11001011 | 1000 | 1011111 | 0 | 10100 | 100100111 | 1011011 | 101010 |
Color Harmonies of #BA0ACB
Complementary color
Monochromatic Colors of #BA0ACB
Black with #BA0ACB
Text Example
Text Example
White with #BA0ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0ACB; }
p { color: rgb(186,10,203); }
H1.HeaderClassName
{
color: #BA0ACB;
}
.AnyTagClassName
{
color: #BA0ACB;
}
</style>
background-color css
<style>
a { background-color: #BA0ACB; }
a { background-color: rgb(186,10,203); }
div.DivClassName
{
background-color: #BA0ACB;
}
.BgClassName
{
background-color: #BA0ACB;
}
</style>
border-color css
<style>
span { border-color: #BA0ACB; }
span { border-color: rgb(186,10,203); }
td.TdClassName
{
border-color: #BA0ACB;
}
.TagClassName
{
border-color: #BA0ACB;
}
</style>