Shades of Deep Magenta #BA1DAE
Tints of Deep Magenta #BA1DAE
RGB
CMYK
RGB Variations
Color information
#BA1DAE (or 0xBA1DAE) is known color: Deep Magenta. HEX triplet: BA, 1D and AE. RGB value is (186,29,174). Sum of RGB (Red+Green+Blue) = 186+29+174=389 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.81% from 389); Green value is 29 (11.72% from 255 or 7.46% from 389); Blue value is 174 (68.36% from 255 or 44.73% from 389); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1DAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1DAE is #45E251. Grayscale: #5C5C5C. Windows color (decimal): -4579922 or 11410874. OLE color: 11410874.
HSL color Cylindrical-coordinate representation of color #BA1DAE: hue angle of 304.59º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA1DAE is Cyan = 0, Magento = 0.84, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
RGB | 186 | 29 | 174 | - |
CMYK | 0 | 0.84 | 0.06 | 0.27 |
HSL | 304.59º | 0.73% | 0.42% | - |
HSV(B) | 304.59º | 0.84% | 0.73% | - |
XYZ | 28.33 | 14.37 | 41.33 | - |
YUV | 92.47 | 174.01 | 194.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 29 | 174 | 0 | 0.84 | 0.06 | 0.27 | 304.59 | 0.73 | 0.42 |
Hex | BA | 1D | AE | 0 | 54 | 6 | 1B | 131 | 49 | 2A |
Octal | 272 | 35 | 256 | 0 | 124 | 6 | 33 | 461 | 111 | 52 |
Binary | 10111010 | 11101 | 10101110 | 0 | 1010100 | 110 | 11011 | 100110001 | 1001001 | 101010 |
Color Harmonies of #BA1DAE
Complementary color
Monochromatic Colors of #BA1DAE
Black with #BA1DAE
Text Example
Text Example
White with #BA1DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1DAE; }
p { color: rgb(186,29,174); }
H1.HeaderClassName
{
color: #BA1DAE;
}
.AnyTagClassName
{
color: #BA1DAE;
}
</style>
background-color css
<style>
a { background-color: #BA1DAE; }
a { background-color: rgb(186,29,174); }
div.DivClassName
{
background-color: #BA1DAE;
}
.BgClassName
{
background-color: #BA1DAE;
}
</style>
border-color css
<style>
span { border-color: #BA1DAE; }
span { border-color: rgb(186,29,174); }
td.TdClassName
{
border-color: #BA1DAE;
}
.TagClassName
{
border-color: #BA1DAE;
}
</style>