Shades of Deep Magenta #BA0DBC
Tints of Deep Magenta #BA0DBC
RGB
CMYK
RGB Variations
Color information
#BA0DBC (or 0xBA0DBC) is known color: Deep Magenta. HEX triplet: BA, 0D and BC. RGB value is (186,13,188). Sum of RGB (Red+Green+Blue) = 186+13+188=387 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.06% from 387); Green value is 13 (5.47% from 255 or 3.36% from 387); Blue value is 188 (73.83% from 255 or 48.58% from 387); Max value from RGB is 188 - color contains mainly: blue. Hex color #BA0DBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA0DBC is #45F243. Grayscale: #545454. Windows color (decimal): -4584004 or 12324282. OLE color: 12324282.
HSL color Cylindrical-coordinate representation of color #BA0DBC: hue angle of 299.31º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BA0DBC is Cyan = 0.01, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 13 | 188 | - |
| CMYK | 0.01 | 0.93 | 0 | 0.26 |
| HSL | 299.31º | 0.87% | 0.39% | - |
| HSV(B) | 299.31º | 0.93% | 0.74% | - |
| XYZ | 29.47 | 14.36 | 48.8 | - |
| YUV | 84.68 | 186.31 | 200.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 13 | 188 | 0.01 | 0.93 | 0 | 0.26 | 299.31 | 0.87 | 0.39 |
| Hex | BA | D | BC | 1 | 5D | 0 | 1A | 12B | 57 | 27 |
| Octal | 272 | 15 | 274 | 1 | 135 | 0 | 32 | 453 | 127 | 47 |
| Binary | 10111010 | 1101 | 10111100 | 1 | 1011101 | 0 | 11010 | 100101011 | 1010111 | 100111 |
Color Harmonies of #BA0DBC
Complementary color
Monochromatic Colors of #BA0DBC
Black with #BA0DBC
Text Example
Text Example
White with #BA0DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0DBC; }
p { color: rgb(186,13,188); }
H1.HeaderClassName
{
color: #BA0DBC;
}
.AnyTagClassName
{
color: #BA0DBC;
}
</style>
background-color css
<style>
a { background-color: #BA0DBC; }
a { background-color: rgb(186,13,188); }
div.DivClassName
{
background-color: #BA0DBC;
}
.BgClassName
{
background-color: #BA0DBC;
}
</style>
border-color css
<style>
span { border-color: #BA0DBC; }
span { border-color: rgb(186,13,188); }
td.TdClassName
{
border-color: #BA0DBC;
}
.TagClassName
{
border-color: #BA0DBC;
}
</style>