Shades of Deep Magenta #BA1DBA
Tints of Deep Magenta #BA1DBA
RGB
CMYK
RGB Variations
Color information
#BA1DBA (or 0xBA1DBA) is known color: Deep Magenta. HEX triplet: BA, 1D and BA. RGB value is (186,29,186). Sum of RGB (Red+Green+Blue) = 186+29+186=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 29 (11.72% from 255 or 7.23% from 401); Blue value is 186 (73.05% from 255 or 46.38% from 401); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA1DBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA1DBA is #45E245. Grayscale: #5D5D5D. Windows color (decimal): -4579910 or 12197306. OLE color: 12197306.
HSL color Cylindrical-coordinate representation of color #BA1DBA: hue angle of 300º 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 #BA1DBA is Cyan = 0, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 29 | 186 | - |
| CMYK | 0 | 0.84 | 0 | 0.27 |
| HSL | 300º | 0.73% | 0.42% | - |
| HSV(B) | 300º | 0.84% | 0.73% | - |
| XYZ | 29.55 | 14.86 | 47.77 | - |
| YUV | 93.84 | 180.01 | 193.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 29 | 186 | 0 | 0.84 | 0 | 0.27 | 300 | 0.73 | 0.42 |
| Hex | BA | 1D | BA | 0 | 54 | 0 | 1B | 12C | 49 | 2A |
| Octal | 272 | 35 | 272 | 0 | 124 | 0 | 33 | 454 | 111 | 52 |
| Binary | 10111010 | 11101 | 10111010 | 0 | 1010100 | 0 | 11011 | 100101100 | 1001001 | 101010 |
Color Harmonies of #BA1DBA
Complementary color
Monochromatic Colors of #BA1DBA
Black with #BA1DBA
Text Example
Text Example
White with #BA1DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1DBA; }
p { color: rgb(186,29,186); }
H1.HeaderClassName
{
color: #BA1DBA;
}
.AnyTagClassName
{
color: #BA1DBA;
}
</style>
background-color css
<style>
a { background-color: #BA1DBA; }
a { background-color: rgb(186,29,186); }
div.DivClassName
{
background-color: #BA1DBA;
}
.BgClassName
{
background-color: #BA1DBA;
}
</style>
border-color css
<style>
span { border-color: #BA1DBA; }
span { border-color: rgb(186,29,186); }
td.TdClassName
{
border-color: #BA1DBA;
}
.TagClassName
{
border-color: #BA1DBA;
}
</style>