Shades of Deep Magenta #BA01AC
Tints of Deep Magenta #BA01AC
RGB
CMYK
RGB Variations
Color information
#BA01AC (or 0xBA01AC) is known color: Deep Magenta. HEX triplet: BA, 01 and AC. RGB value is (186,1,172). Sum of RGB (Red+Green+Blue) = 186+1+172=359 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.81% from 359); Green value is 1 (0.78% from 255 or 0.28% from 359); Blue value is 172 (67.58% from 255 or 47.91% from 359); Max value from RGB is 186 - color contains mainly: red. Hex color #BA01AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA01AC is #45FE53. Grayscale: #4B4B4B. Windows color (decimal): -4587092 or 11272634. OLE color: 11272634.
HSL color Cylindrical-coordinate representation of color #BA01AC: hue angle of 304.54º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA01AC is Cyan = 0, Magento = 0.99, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 1 | 172 | - |
| CMYK | 0 | 0.99 | 0.08 | 0.27 |
| HSL | 304.54º | 0.99% | 0.37% | - |
| HSV(B) | 304.54º | 0.99% | 0.73% | - |
| XYZ | 27.71 | 13.44 | 40.16 | - |
| YUV | 75.81 | 182.29 | 206.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 1 | 172 | 0 | 0.99 | 0.08 | 0.27 | 304.54 | 0.99 | 0.37 |
| Hex | BA | 1 | AC | 0 | 63 | 8 | 1B | 131 | 63 | 25 |
| Octal | 272 | 1 | 254 | 0 | 143 | 10 | 33 | 461 | 143 | 45 |
| Binary | 10111010 | 1 | 10101100 | 0 | 1100011 | 1000 | 11011 | 100110001 | 1100011 | 100101 |
Color Harmonies of #BA01AC
Complementary color
Monochromatic Colors of #BA01AC
Black with #BA01AC
Text Example
Text Example
White with #BA01AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA01AC; }
p { color: rgb(186,1,172); }
H1.HeaderClassName
{
color: #BA01AC;
}
.AnyTagClassName
{
color: #BA01AC;
}
</style>
background-color css
<style>
a { background-color: #BA01AC; }
a { background-color: rgb(186,1,172); }
div.DivClassName
{
background-color: #BA01AC;
}
.BgClassName
{
background-color: #BA01AC;
}
</style>
border-color css
<style>
span { border-color: #BA01AC; }
span { border-color: rgb(186,1,172); }
td.TdClassName
{
border-color: #BA01AC;
}
.TagClassName
{
border-color: #BA01AC;
}
</style>