Shades of Deep Magenta #BA10C9
Tints of Deep Magenta #BA10C9
RGB
CMYK
RGB Variations
Color information
#BA10C9 (or 0xBA10C9) is known color: Deep Magenta. HEX triplet: BA, 10 and C9. RGB value is (186,16,201). Sum of RGB (Red+Green+Blue) = 186+16+201=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 16 (6.64% from 255 or 3.97% from 403); Blue value is 201 (78.91% from 255 or 49.88% from 403); Max value from RGB is 201 - color contains mainly: blue. Hex color #BA10C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA10C9 is #45EF36. Grayscale: #575757. Windows color (decimal): -4583223 or 13177018. OLE color: 13177018.
HSL color Cylindrical-coordinate representation of color #BA10C9: hue angle of 295.14º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA10C9 is Cyan = 0.07, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 16 | 201 | - |
| CMYK | 0.07 | 0.92 | 0 | 0.21 |
| HSL | 295.14º | 0.85% | 0.43% | - |
| HSV(B) | 295.14º | 0.92% | 0.79% | - |
| XYZ | 30.98 | 15.03 | 56.53 | - |
| YUV | 87.92 | 191.82 | 197.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 16 | 201 | 0.07 | 0.92 | 0 | 0.21 | 295.14 | 0.85 | 0.43 |
| Hex | BA | 10 | C9 | 7 | 5C | 0 | 15 | 127 | 55 | 2B |
| Octal | 272 | 20 | 311 | 7 | 134 | 0 | 25 | 447 | 125 | 53 |
| Binary | 10111010 | 10000 | 11001001 | 111 | 1011100 | 0 | 10101 | 100100111 | 1010101 | 101011 |
Color Harmonies of #BA10C9
Complementary color
Monochromatic Colors of #BA10C9
Black with #BA10C9
Text Example
Text Example
White with #BA10C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA10C9; }
p { color: rgb(186,16,201); }
H1.HeaderClassName
{
color: #BA10C9;
}
.AnyTagClassName
{
color: #BA10C9;
}
</style>
background-color css
<style>
a { background-color: #BA10C9; }
a { background-color: rgb(186,16,201); }
div.DivClassName
{
background-color: #BA10C9;
}
.BgClassName
{
background-color: #BA10C9;
}
</style>
border-color css
<style>
span { border-color: #BA10C9; }
span { border-color: rgb(186,16,201); }
td.TdClassName
{
border-color: #BA10C9;
}
.TagClassName
{
border-color: #BA10C9;
}
</style>