Shades of Deep Magenta #BA0DC5
Tints of Deep Magenta #BA0DC5
RGB
CMYK
RGB Variations
Color information
#BA0DC5 (or 0xBA0DC5) is known color: Deep Magenta. HEX triplet: BA, 0D and C5. RGB value is (186,13,197). Sum of RGB (Red+Green+Blue) = 186+13+197=396 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.97% from 396); Green value is 13 (5.47% from 255 or 3.28% from 396); Blue value is 197 (77.34% from 255 or 49.75% from 396); Max value from RGB is 197 - color contains mainly: blue. Hex color #BA0DC5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA0DC5 is #45F23A. Grayscale: #555555. Windows color (decimal): -4583995 or 12914106. OLE color: 12914106.
HSL color Cylindrical-coordinate representation of color #BA0DC5: hue angle of 296.41º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BA0DC5 is Cyan = 0.06, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 13 | 197 | - |
| CMYK | 0.06 | 0.93 | 0 | 0.23 |
| HSL | 296.41º | 0.88% | 0.41% | - |
| HSV(B) | 296.41º | 0.93% | 0.77% | - |
| XYZ | 30.47 | 14.76 | 54.07 | - |
| YUV | 85.7 | 190.81 | 199.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 13 | 197 | 0.06 | 0.93 | 0 | 0.23 | 296.41 | 0.88 | 0.41 |
| Hex | BA | D | C5 | 6 | 5D | 0 | 17 | 128 | 58 | 29 |
| Octal | 272 | 15 | 305 | 6 | 135 | 0 | 27 | 450 | 130 | 51 |
| Binary | 10111010 | 1101 | 11000101 | 110 | 1011101 | 0 | 10111 | 100101000 | 1011000 | 101001 |
Color Harmonies of #BA0DC5
Complementary color
Monochromatic Colors of #BA0DC5
Black with #BA0DC5
Text Example
Text Example
White with #BA0DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0DC5; }
p { color: rgb(186,13,197); }
H1.HeaderClassName
{
color: #BA0DC5;
}
.AnyTagClassName
{
color: #BA0DC5;
}
</style>
background-color css
<style>
a { background-color: #BA0DC5; }
a { background-color: rgb(186,13,197); }
div.DivClassName
{
background-color: #BA0DC5;
}
.BgClassName
{
background-color: #BA0DC5;
}
</style>
border-color css
<style>
span { border-color: #BA0DC5; }
span { border-color: rgb(186,13,197); }
td.TdClassName
{
border-color: #BA0DC5;
}
.TagClassName
{
border-color: #BA0DC5;
}
</style>