Shades of Deep Magenta #BA1DB1
Tints of Deep Magenta #BA1DB1
RGB
CMYK
RGB Variations
Color information
#BA1DB1 (or 0xBA1DB1) is known color: Deep Magenta. HEX triplet: BA, 1D and B1. RGB value is (186,29,177). Sum of RGB (Red+Green+Blue) = 186+29+177=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 29 (11.72% from 255 or 7.40% from 392); Blue value is 177 (69.53% from 255 or 45.15% from 392); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1DB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1DB1 is #45E24E. Grayscale: #5C5C5C. Windows color (decimal): -4579919 or 11607482. OLE color: 11607482.
HSL color Cylindrical-coordinate representation of color #BA1DB1: hue angle of 303.44º 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 #BA1DB1 is Cyan = 0, Magento = 0.84, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 29 | 177 | - |
| CMYK | 0 | 0.84 | 0.05 | 0.27 |
| HSL | 303.44º | 0.73% | 0.42% | - |
| HSV(B) | 303.44º | 0.84% | 0.73% | - |
| XYZ | 28.62 | 14.49 | 42.88 | - |
| YUV | 92.82 | 175.51 | 194.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 29 | 177 | 0 | 0.84 | 0.05 | 0.27 | 303.44 | 0.73 | 0.42 |
| Hex | BA | 1D | B1 | 0 | 54 | 5 | 1B | 12F | 49 | 2A |
| Octal | 272 | 35 | 261 | 0 | 124 | 5 | 33 | 457 | 111 | 52 |
| Binary | 10111010 | 11101 | 10110001 | 0 | 1010100 | 101 | 11011 | 100101111 | 1001001 | 101010 |
Color Harmonies of #BA1DB1
Complementary color
Monochromatic Colors of #BA1DB1
Black with #BA1DB1
Text Example
Text Example
White with #BA1DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1DB1; }
p { color: rgb(186,29,177); }
H1.HeaderClassName
{
color: #BA1DB1;
}
.AnyTagClassName
{
color: #BA1DB1;
}
</style>
background-color css
<style>
a { background-color: #BA1DB1; }
a { background-color: rgb(186,29,177); }
div.DivClassName
{
background-color: #BA1DB1;
}
.BgClassName
{
background-color: #BA1DB1;
}
</style>
border-color css
<style>
span { border-color: #BA1DB1; }
span { border-color: rgb(186,29,177); }
td.TdClassName
{
border-color: #BA1DB1;
}
.TagClassName
{
border-color: #BA1DB1;
}
</style>