Shades of Deep Magenta #BA1CAE
Tints of Deep Magenta #BA1CAE
RGB
CMYK
RGB Variations
Color information
#BA1CAE (or 0xBA1CAE) is known color: Deep Magenta. HEX triplet: BA, 1C and AE. RGB value is (186,28,174). Sum of RGB (Red+Green+Blue) = 186+28+174=388 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.94% from 388); Green value is 28 (11.33% from 255 or 7.22% from 388); Blue value is 174 (68.36% from 255 or 44.85% from 388); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1CAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1CAE is #45E351. Grayscale: #5B5B5B. Windows color (decimal): -4580178 or 11410618. OLE color: 11410618.
HSL color Cylindrical-coordinate representation of color #BA1CAE: hue angle of 304.56º degrees, saturation: 0.74, 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 #BA1CAE is Cyan = 0, Magento = 0.85, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 28 | 174 | - |
| CMYK | 0 | 0.85 | 0.06 | 0.27 |
| HSL | 304.56º | 0.74% | 0.42% | - |
| HSV(B) | 304.56º | 0.85% | 0.73% | - |
| XYZ | 28.3 | 14.33 | 41.32 | - |
| YUV | 91.89 | 174.35 | 195.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 28 | 174 | 0 | 0.85 | 0.06 | 0.27 | 304.56 | 0.74 | 0.42 |
| Hex | BA | 1C | AE | 0 | 55 | 6 | 1B | 131 | 4A | 2A |
| Octal | 272 | 34 | 256 | 0 | 125 | 6 | 33 | 461 | 112 | 52 |
| Binary | 10111010 | 11100 | 10101110 | 0 | 1010101 | 110 | 11011 | 100110001 | 1001010 | 101010 |
Color Harmonies of #BA1CAE
Complementary color
Monochromatic Colors of #BA1CAE
Black with #BA1CAE
Text Example
Text Example
White with #BA1CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1CAE; }
p { color: rgb(186,28,174); }
H1.HeaderClassName
{
color: #BA1CAE;
}
.AnyTagClassName
{
color: #BA1CAE;
}
</style>
background-color css
<style>
a { background-color: #BA1CAE; }
a { background-color: rgb(186,28,174); }
div.DivClassName
{
background-color: #BA1CAE;
}
.BgClassName
{
background-color: #BA1CAE;
}
</style>
border-color css
<style>
span { border-color: #BA1CAE; }
span { border-color: rgb(186,28,174); }
td.TdClassName
{
border-color: #BA1CAE;
}
.TagClassName
{
border-color: #BA1CAE;
}
</style>