Shades of Deep Magenta #BA18AC
Tints of Deep Magenta #BA18AC
RGB
CMYK
RGB Variations
Color information
#BA18AC (or 0xBA18AC) is known color: Deep Magenta. HEX triplet: BA, 18 and AC. RGB value is (186,24,172). Sum of RGB (Red+Green+Blue) = 186+24+172=382 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.69% from 382); Green value is 24 (9.77% from 255 or 6.28% from 382); Blue value is 172 (67.58% from 255 or 45.03% from 382); Max value from RGB is 186 - color contains mainly: red. Hex color #BA18AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA18AC is #45E753. Grayscale: #585858. Windows color (decimal): -4581204 or 11278522. OLE color: 11278522.
HSL color Cylindrical-coordinate representation of color #BA18AC: hue angle of 305.19º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA18AC is Cyan = 0, Magento = 0.87, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 24 | 172 | - |
| CMYK | 0 | 0.87 | 0.08 | 0.27 |
| HSL | 305.19º | 0.77% | 0.41% | - |
| HSV(B) | 305.19º | 0.87% | 0.73% | - |
| XYZ | 28.02 | 14.07 | 40.27 | - |
| YUV | 89.31 | 174.67 | 196.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 24 | 172 | 0 | 0.87 | 0.08 | 0.27 | 305.19 | 0.77 | 0.41 |
| Hex | BA | 18 | AC | 0 | 57 | 8 | 1B | 131 | 4D | 29 |
| Octal | 272 | 30 | 254 | 0 | 127 | 10 | 33 | 461 | 115 | 51 |
| Binary | 10111010 | 11000 | 10101100 | 0 | 1010111 | 1000 | 11011 | 100110001 | 1001101 | 101001 |
Color Harmonies of #BA18AC
Complementary color
Monochromatic Colors of #BA18AC
Black with #BA18AC
Text Example
Text Example
White with #BA18AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA18AC; }
p { color: rgb(186,24,172); }
H1.HeaderClassName
{
color: #BA18AC;
}
.AnyTagClassName
{
color: #BA18AC;
}
</style>
background-color css
<style>
a { background-color: #BA18AC; }
a { background-color: rgb(186,24,172); }
div.DivClassName
{
background-color: #BA18AC;
}
.BgClassName
{
background-color: #BA18AC;
}
</style>
border-color css
<style>
span { border-color: #BA18AC; }
span { border-color: rgb(186,24,172); }
td.TdClassName
{
border-color: #BA18AC;
}
.TagClassName
{
border-color: #BA18AC;
}
</style>