Shades of Deep Magenta #BA00AC
Tints of Deep Magenta #BA00AC
RGB
CMYK
RGB Variations
Color information
#BA00AC (or 0xBA00AC) is known color: Deep Magenta. HEX triplet: BA, 00 and AC. RGB value is (186,0,172). Sum of RGB (Red+Green+Blue) = 186+0+172=358 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.96% from 358); Green value is 0 (0.39% from 255 or 0% from 358); Blue value is 172 (67.58% from 255 or 48.04% from 358); Max value from RGB is 186 - color contains mainly: red. Hex color #BA00AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA00AC is #45FF53. Grayscale: #4A4A4A. Windows color (decimal): -4587348 or 11272378. OLE color: 11272378.
HSL color Cylindrical-coordinate representation of color #BA00AC: hue angle of 304.52º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA00AC is Cyan = 0, Magento = 1, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 0 | 172 | - |
| CMYK | 0 | 1 | 0.08 | 0.27 |
| HSL | 304.52º | 1% | 0.36% | - |
| HSV(B) | 304.52º | 1% | 0.73% | - |
| XYZ | 27.7 | 13.42 | 40.16 | - |
| YUV | 75.22 | 182.62 | 207.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 0 | 172 | 0 | 1 | 0.08 | 0.27 | 304.52 | 1 | 0.36 |
| Hex | BA | 0 | AC | 0 | 64 | 8 | 1B | 131 | 64 | 24 |
| Octal | 272 | 0 | 254 | 0 | 144 | 10 | 33 | 461 | 144 | 44 |
| Binary | 10111010 | 0 | 10101100 | 0 | 1100100 | 1000 | 11011 | 100110001 | 1100100 | 100100 |
Color Harmonies of #BA00AC
Complementary color
Monochromatic Colors of #BA00AC
Black with #BA00AC
Text Example
Text Example
White with #BA00AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA00AC; }
p { color: rgb(186,0,172); }
H1.HeaderClassName
{
color: #BA00AC;
}
.AnyTagClassName
{
color: #BA00AC;
}
</style>
background-color css
<style>
a { background-color: #BA00AC; }
a { background-color: rgb(186,0,172); }
div.DivClassName
{
background-color: #BA00AC;
}
.BgClassName
{
background-color: #BA00AC;
}
</style>
border-color css
<style>
span { border-color: #BA00AC; }
span { border-color: rgb(186,0,172); }
td.TdClassName
{
border-color: #BA00AC;
}
.TagClassName
{
border-color: #BA00AC;
}
</style>