Shades of Deep Magenta #BA10CA
Tints of Deep Magenta #BA10CA
RGB
CMYK
RGB Variations
Color information
#BA10CA (or 0xBA10CA) is known color: Deep Magenta. HEX triplet: BA, 10 and CA. RGB value is (186,16,202). Sum of RGB (Red+Green+Blue) = 186+16+202=404 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.04% from 404); Green value is 16 (6.64% from 255 or 3.96% from 404); Blue value is 202 (79.30% from 255 or 50% from 404); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA10CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA10CA is #45EF35. Grayscale: #575757. Windows color (decimal): -4583222 or 13242554. OLE color: 13242554.
HSL color Cylindrical-coordinate representation of color #BA10CA: hue angle of 294.84º 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 #BA10CA is Cyan = 0.08, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 16 | 202 | - |
| CMYK | 0.08 | 0.92 | 0 | 0.21 |
| HSL | 294.84º | 0.85% | 0.43% | - |
| HSV(B) | 294.84º | 0.92% | 0.79% | - |
| XYZ | 31.1 | 15.07 | 57.15 | - |
| YUV | 88.03 | 192.32 | 197.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 16 | 202 | 0.08 | 0.92 | 0 | 0.21 | 294.84 | 0.85 | 0.43 |
| Hex | BA | 10 | CA | 8 | 5C | 0 | 15 | 127 | 55 | 2B |
| Octal | 272 | 20 | 312 | 10 | 134 | 0 | 25 | 447 | 125 | 53 |
| Binary | 10111010 | 10000 | 11001010 | 1000 | 1011100 | 0 | 10101 | 100100111 | 1010101 | 101011 |
Color Harmonies of #BA10CA
Complementary color
Monochromatic Colors of #BA10CA
Black with #BA10CA
Text Example
Text Example
White with #BA10CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA10CA; }
p { color: rgb(186,16,202); }
H1.HeaderClassName
{
color: #BA10CA;
}
.AnyTagClassName
{
color: #BA10CA;
}
</style>
background-color css
<style>
a { background-color: #BA10CA; }
a { background-color: rgb(186,16,202); }
div.DivClassName
{
background-color: #BA10CA;
}
.BgClassName
{
background-color: #BA10CA;
}
</style>
border-color css
<style>
span { border-color: #BA10CA; }
span { border-color: rgb(186,16,202); }
td.TdClassName
{
border-color: #BA10CA;
}
.TagClassName
{
border-color: #BA10CA;
}
</style>