Shades of Deep Magenta #BA1BAC
Tints of Deep Magenta #BA1BAC
RGB
CMYK
RGB Variations
Color information
#BA1BAC (or 0xBA1BAC) is known color: Deep Magenta. HEX triplet: BA, 1B and AC. RGB value is (186,27,172). Sum of RGB (Red+Green+Blue) = 186+27+172=385 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.31% from 385); Green value is 27 (10.94% from 255 or 7.01% from 385); Blue value is 172 (67.58% from 255 or 44.68% from 385); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1BAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1BAC is #45E453. Grayscale: #5A5A5A. Windows color (decimal): -4580436 or 11279290. OLE color: 11279290.
HSL color Cylindrical-coordinate representation of color #BA1BAC: hue angle of 305.28º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BA1BAC is Cyan = 0, Magento = 0.85, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 27 | 172 | - |
| CMYK | 0 | 0.85 | 0.08 | 0.27 |
| HSL | 305.28º | 0.75% | 0.42% | - |
| HSV(B) | 305.28º | 0.85% | 0.73% | - |
| XYZ | 28.09 | 14.2 | 40.29 | - |
| YUV | 91.07 | 173.68 | 195.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 27 | 172 | 0 | 0.85 | 0.08 | 0.27 | 305.28 | 0.75 | 0.42 |
| Hex | BA | 1B | AC | 0 | 55 | 8 | 1B | 131 | 4B | 2A |
| Octal | 272 | 33 | 254 | 0 | 125 | 10 | 33 | 461 | 113 | 52 |
| Binary | 10111010 | 11011 | 10101100 | 0 | 1010101 | 1000 | 11011 | 100110001 | 1001011 | 101010 |
Color Harmonies of #BA1BAC
Complementary color
Monochromatic Colors of #BA1BAC
Black with #BA1BAC
Text Example
Text Example
White with #BA1BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1BAC; }
p { color: rgb(186,27,172); }
H1.HeaderClassName
{
color: #BA1BAC;
}
.AnyTagClassName
{
color: #BA1BAC;
}
</style>
background-color css
<style>
a { background-color: #BA1BAC; }
a { background-color: rgb(186,27,172); }
div.DivClassName
{
background-color: #BA1BAC;
}
.BgClassName
{
background-color: #BA1BAC;
}
</style>
border-color css
<style>
span { border-color: #BA1BAC; }
span { border-color: rgb(186,27,172); }
td.TdClassName
{
border-color: #BA1BAC;
}
.TagClassName
{
border-color: #BA1BAC;
}
</style>