Shades of Deep Magenta #BA0DC1
Tints of Deep Magenta #BA0DC1
RGB
CMYK
RGB Variations
Color information
#BA0DC1 (or 0xBA0DC1) is known color: Deep Magenta. HEX triplet: BA, 0D and C1. RGB value is (186,13,193). Sum of RGB (Red+Green+Blue) = 186+13+193=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 13 (5.47% from 255 or 3.32% from 392); Blue value is 193 (75.78% from 255 or 49.23% from 392); Max value from RGB is 193 - color contains mainly: blue. Hex color #BA0DC1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA0DC1 is #45F23E. Grayscale: #545454. Windows color (decimal): -4583999 or 12651962. OLE color: 12651962.
HSL color Cylindrical-coordinate representation of color #BA0DC1: hue angle of 297.67º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BA0DC1 is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 13 | 193 | - |
| CMYK | 0.04 | 0.93 | 0 | 0.24 |
| HSL | 297.67º | 0.87% | 0.4% | - |
| HSV(B) | 297.67º | 0.93% | 0.76% | - |
| XYZ | 30.02 | 14.58 | 51.68 | - |
| YUV | 85.25 | 188.81 | 199.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 13 | 193 | 0.04 | 0.93 | 0 | 0.24 | 297.67 | 0.87 | 0.4 |
| Hex | BA | D | C1 | 4 | 5D | 0 | 18 | 12A | 57 | 28 |
| Octal | 272 | 15 | 301 | 4 | 135 | 0 | 30 | 452 | 127 | 50 |
| Binary | 10111010 | 1101 | 11000001 | 100 | 1011101 | 0 | 11000 | 100101010 | 1010111 | 101000 |
Color Harmonies of #BA0DC1
Complementary color
Monochromatic Colors of #BA0DC1
Black with #BA0DC1
Text Example
Text Example
White with #BA0DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0DC1; }
p { color: rgb(186,13,193); }
H1.HeaderClassName
{
color: #BA0DC1;
}
.AnyTagClassName
{
color: #BA0DC1;
}
</style>
background-color css
<style>
a { background-color: #BA0DC1; }
a { background-color: rgb(186,13,193); }
div.DivClassName
{
background-color: #BA0DC1;
}
.BgClassName
{
background-color: #BA0DC1;
}
</style>
border-color css
<style>
span { border-color: #BA0DC1; }
span { border-color: rgb(186,13,193); }
td.TdClassName
{
border-color: #BA0DC1;
}
.TagClassName
{
border-color: #BA0DC1;
}
</style>