Shades of Deep Magenta #BA10BD
Tints of Deep Magenta #BA10BD
RGB
CMYK
RGB Variations
Color information
#BA10BD (or 0xBA10BD) is known color: Deep Magenta. HEX triplet: BA, 10 and BD. RGB value is (186,16,189). Sum of RGB (Red+Green+Blue) = 186+16+189=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 16 (6.64% from 255 or 4.09% from 391); Blue value is 189 (74.22% from 255 or 48.34% from 391); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA10BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA10BD is #45EF42. Grayscale: #565656. Windows color (decimal): -4583235 or 12390586. OLE color: 12390586.
HSL color Cylindrical-coordinate representation of color #BA10BD: hue angle of 298.96º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA10BD is Cyan = 0.02, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 16 | 189 | - |
| CMYK | 0.02 | 0.92 | 0 | 0.26 |
| HSL | 298.96º | 0.84% | 0.4% | - |
| HSV(B) | 298.96º | 0.92% | 0.74% | - |
| XYZ | 29.62 | 14.48 | 49.38 | - |
| YUV | 86.55 | 185.82 | 198.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 16 | 189 | 0.02 | 0.92 | 0 | 0.26 | 298.96 | 0.84 | 0.4 |
| Hex | BA | 10 | BD | 2 | 5C | 0 | 1A | 12B | 54 | 28 |
| Octal | 272 | 20 | 275 | 2 | 134 | 0 | 32 | 453 | 124 | 50 |
| Binary | 10111010 | 10000 | 10111101 | 10 | 1011100 | 0 | 11010 | 100101011 | 1010100 | 101000 |
Color Harmonies of #BA10BD
Complementary color
Monochromatic Colors of #BA10BD
Black with #BA10BD
Text Example
Text Example
White with #BA10BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA10BD; }
p { color: rgb(186,16,189); }
H1.HeaderClassName
{
color: #BA10BD;
}
.AnyTagClassName
{
color: #BA10BD;
}
</style>
background-color css
<style>
a { background-color: #BA10BD; }
a { background-color: rgb(186,16,189); }
div.DivClassName
{
background-color: #BA10BD;
}
.BgClassName
{
background-color: #BA10BD;
}
</style>
border-color css
<style>
span { border-color: #BA10BD; }
span { border-color: rgb(186,16,189); }
td.TdClassName
{
border-color: #BA10BD;
}
.TagClassName
{
border-color: #BA10BD;
}
</style>