Shades of Deep Magenta #BA1DAF
Tints of Deep Magenta #BA1DAF
RGB
CMYK
RGB Variations
Color information
#BA1DAF (or 0xBA1DAF) is known color: Deep Magenta. HEX triplet: BA, 1D and AF. RGB value is (186,29,175). Sum of RGB (Red+Green+Blue) = 186+29+175=390 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.69% from 390); Green value is 29 (11.72% from 255 or 7.44% from 390); Blue value is 175 (68.75% from 255 or 44.87% from 390); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1DAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1DAF is #45E250. Grayscale: #5C5C5C. Windows color (decimal): -4579921 or 11476410. OLE color: 11476410.
HSL color Cylindrical-coordinate representation of color #BA1DAF: hue angle of 304.2º 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 #BA1DAF is Cyan = 0, Magento = 0.84, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 29 | 175 | - |
| CMYK | 0 | 0.84 | 0.06 | 0.27 |
| HSL | 304.2º | 0.73% | 0.42% | - |
| HSV(B) | 304.2º | 0.84% | 0.73% | - |
| XYZ | 28.43 | 14.41 | 41.84 | - |
| YUV | 92.59 | 174.51 | 194.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 29 | 175 | 0 | 0.84 | 0.06 | 0.27 | 304.2 | 0.73 | 0.42 |
| Hex | BA | 1D | AF | 0 | 54 | 6 | 1B | 130 | 49 | 2A |
| Octal | 272 | 35 | 257 | 0 | 124 | 6 | 33 | 460 | 111 | 52 |
| Binary | 10111010 | 11101 | 10101111 | 0 | 1010100 | 110 | 11011 | 100110000 | 1001001 | 101010 |
Color Harmonies of #BA1DAF
Complementary color
Monochromatic Colors of #BA1DAF
Black with #BA1DAF
Text Example
Text Example
White with #BA1DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1DAF; }
p { color: rgb(186,29,175); }
H1.HeaderClassName
{
color: #BA1DAF;
}
.AnyTagClassName
{
color: #BA1DAF;
}
</style>
background-color css
<style>
a { background-color: #BA1DAF; }
a { background-color: rgb(186,29,175); }
div.DivClassName
{
background-color: #BA1DAF;
}
.BgClassName
{
background-color: #BA1DAF;
}
</style>
border-color css
<style>
span { border-color: #BA1DAF; }
span { border-color: rgb(186,29,175); }
td.TdClassName
{
border-color: #BA1DAF;
}
.TagClassName
{
border-color: #BA1DAF;
}
</style>