Shades of Deep Magenta #BA0DBD
Tints of Deep Magenta #BA0DBD
RGB
CMYK
RGB Variations
Color information
#BA0DBD (or 0xBA0DBD) is known color: Deep Magenta. HEX triplet: BA, 0D and BD. RGB value is (186,13,189). Sum of RGB (Red+Green+Blue) = 186+13+189=388 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.94% from 388); Green value is 13 (5.47% from 255 or 3.35% from 388); Blue value is 189 (74.22% from 255 or 48.71% from 388); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA0DBD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA0DBD is #45F242. Grayscale: #545454. Windows color (decimal): -4584003 or 12389818. OLE color: 12389818.
HSL color Cylindrical-coordinate representation of color #BA0DBD: hue angle of 298.98º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BA0DBD is Cyan = 0.02, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 13 | 189 | - |
| CMYK | 0.02 | 0.93 | 0 | 0.26 |
| HSL | 298.98º | 0.87% | 0.4% | - |
| HSV(B) | 298.98º | 0.93% | 0.74% | - |
| XYZ | 29.58 | 14.4 | 49.36 | - |
| YUV | 84.79 | 186.81 | 200.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 13 | 189 | 0.02 | 0.93 | 0 | 0.26 | 298.98 | 0.87 | 0.4 |
| Hex | BA | D | BD | 2 | 5D | 0 | 1A | 12B | 57 | 28 |
| Octal | 272 | 15 | 275 | 2 | 135 | 0 | 32 | 453 | 127 | 50 |
| Binary | 10111010 | 1101 | 10111101 | 10 | 1011101 | 0 | 11010 | 100101011 | 1010111 | 101000 |
Color Harmonies of #BA0DBD
Complementary color
Monochromatic Colors of #BA0DBD
Black with #BA0DBD
Text Example
Text Example
White with #BA0DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0DBD; }
p { color: rgb(186,13,189); }
H1.HeaderClassName
{
color: #BA0DBD;
}
.AnyTagClassName
{
color: #BA0DBD;
}
</style>
background-color css
<style>
a { background-color: #BA0DBD; }
a { background-color: rgb(186,13,189); }
div.DivClassName
{
background-color: #BA0DBD;
}
.BgClassName
{
background-color: #BA0DBD;
}
</style>
border-color css
<style>
span { border-color: #BA0DBD; }
span { border-color: rgb(186,13,189); }
td.TdClassName
{
border-color: #BA0DBD;
}
.TagClassName
{
border-color: #BA0DBD;
}
</style>