Shades of Deep Magenta #BA1DB8
Tints of Deep Magenta #BA1DB8
RGB
CMYK
RGB Variations
Color information
#BA1DB8 (or 0xBA1DB8) is known color: Deep Magenta. HEX triplet: BA, 1D and B8. RGB value is (186,29,184). Sum of RGB (Red+Green+Blue) = 186+29+184=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 29 (11.72% from 255 or 7.27% from 399); Blue value is 184 (72.27% from 255 or 46.12% from 399); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1DB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA1DB8 is #45E247. Grayscale: #5D5D5D. Windows color (decimal): -4579912 or 12066234. OLE color: 12066234.
HSL color Cylindrical-coordinate representation of color #BA1DB8: hue angle of 300.76º 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 #BA1DB8 is Cyan = 0, Magento = 0.84, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 29 | 184 | - |
| CMYK | 0 | 0.84 | 0.01 | 0.27 |
| HSL | 300.76º | 0.73% | 0.42% | - |
| HSV(B) | 300.76º | 0.84% | 0.73% | - |
| XYZ | 29.34 | 14.78 | 46.65 | - |
| YUV | 93.61 | 179.01 | 193.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 29 | 184 | 0 | 0.84 | 0.01 | 0.27 | 300.76 | 0.73 | 0.42 |
| Hex | BA | 1D | B8 | 0 | 54 | 1 | 1B | 12D | 49 | 2A |
| Octal | 272 | 35 | 270 | 0 | 124 | 1 | 33 | 455 | 111 | 52 |
| Binary | 10111010 | 11101 | 10111000 | 0 | 1010100 | 1 | 11011 | 100101101 | 1001001 | 101010 |
Color Harmonies of #BA1DB8
Complementary color
Monochromatic Colors of #BA1DB8
Black with #BA1DB8
Text Example
Text Example
White with #BA1DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1DB8; }
p { color: rgb(186,29,184); }
H1.HeaderClassName
{
color: #BA1DB8;
}
.AnyTagClassName
{
color: #BA1DB8;
}
</style>
background-color css
<style>
a { background-color: #BA1DB8; }
a { background-color: rgb(186,29,184); }
div.DivClassName
{
background-color: #BA1DB8;
}
.BgClassName
{
background-color: #BA1DB8;
}
</style>
border-color css
<style>
span { border-color: #BA1DB8; }
span { border-color: rgb(186,29,184); }
td.TdClassName
{
border-color: #BA1DB8;
}
.TagClassName
{
border-color: #BA1DB8;
}
</style>