Shades of Deep Magenta #BA15C1
Tints of Deep Magenta #BA15C1
RGB
CMYK
RGB Variations
Color information
#BA15C1 (or 0xBA15C1) is known color: Deep Magenta. HEX triplet: BA, 15 and C1. RGB value is (186,21,193). Sum of RGB (Red+Green+Blue) = 186+21+193=400 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.5% from 400); Green value is 21 (8.59% from 255 or 5.25% from 400); Blue value is 193 (75.78% from 255 or 48.25% from 400); Max value from RGB is 193 - color contains mainly: blue. Hex color #BA15C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA15C1 is #45EA3E. Grayscale: #595959. Windows color (decimal): -4581951 or 12654010. OLE color: 12654010.
HSL color Cylindrical-coordinate representation of color #BA15C1: hue angle of 297.56º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA15C1 is Cyan = 0.04, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 21 | 193 | - |
| CMYK | 0.04 | 0.89 | 0 | 0.24 |
| HSL | 297.56º | 0.8% | 0.42% | - |
| HSV(B) | 297.56º | 0.89% | 0.76% | - |
| XYZ | 30.14 | 14.83 | 51.72 | - |
| YUV | 89.94 | 186.16 | 196.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 21 | 193 | 0.04 | 0.89 | 0 | 0.24 | 297.56 | 0.8 | 0.42 |
| Hex | BA | 15 | C1 | 4 | 59 | 0 | 18 | 12A | 50 | 2A |
| Octal | 272 | 25 | 301 | 4 | 131 | 0 | 30 | 452 | 120 | 52 |
| Binary | 10111010 | 10101 | 11000001 | 100 | 1011001 | 0 | 11000 | 100101010 | 1010000 | 101010 |
Color Harmonies of #BA15C1
Complementary color
Monochromatic Colors of #BA15C1
Black with #BA15C1
Text Example
Text Example
White with #BA15C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA15C1; }
p { color: rgb(186,21,193); }
H1.HeaderClassName
{
color: #BA15C1;
}
.AnyTagClassName
{
color: #BA15C1;
}
</style>
background-color css
<style>
a { background-color: #BA15C1; }
a { background-color: rgb(186,21,193); }
div.DivClassName
{
background-color: #BA15C1;
}
.BgClassName
{
background-color: #BA15C1;
}
</style>
border-color css
<style>
span { border-color: #BA15C1; }
span { border-color: rgb(186,21,193); }
td.TdClassName
{
border-color: #BA15C1;
}
.TagClassName
{
border-color: #BA15C1;
}
</style>