Shades of Deep Magenta #BA15C2
Tints of Deep Magenta #BA15C2
RGB
CMYK
RGB Variations
Color information
#BA15C2 (or 0xBA15C2) is known color: Deep Magenta. HEX triplet: BA, 15 and C2. RGB value is (186,21,194). Sum of RGB (Red+Green+Blue) = 186+21+194=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 21 (8.59% from 255 or 5.24% from 401); Blue value is 194 (76.17% from 255 or 48.38% from 401); Max value from RGB is 194 - color contains mainly: blue. Hex color #BA15C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA15C2 is #45EA3D. Grayscale: #595959. Windows color (decimal): -4581950 or 12719546. OLE color: 12719546.
HSL color Cylindrical-coordinate representation of color #BA15C2: hue angle of 297.23º 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 #BA15C2 is Cyan = 0.04, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 21 | 194 | - |
| CMYK | 0.04 | 0.89 | 0 | 0.24 |
| HSL | 297.23º | 0.8% | 0.42% | - |
| HSV(B) | 297.23º | 0.89% | 0.76% | - |
| XYZ | 30.26 | 14.87 | 52.31 | - |
| YUV | 90.06 | 186.66 | 196.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 21 | 194 | 0.04 | 0.89 | 0 | 0.24 | 297.23 | 0.8 | 0.42 |
| Hex | BA | 15 | C2 | 4 | 59 | 0 | 18 | 129 | 50 | 2A |
| Octal | 272 | 25 | 302 | 4 | 131 | 0 | 30 | 451 | 120 | 52 |
| Binary | 10111010 | 10101 | 11000010 | 100 | 1011001 | 0 | 11000 | 100101001 | 1010000 | 101010 |
Color Harmonies of #BA15C2
Complementary color
Monochromatic Colors of #BA15C2
Black with #BA15C2
Text Example
Text Example
White with #BA15C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA15C2; }
p { color: rgb(186,21,194); }
H1.HeaderClassName
{
color: #BA15C2;
}
.AnyTagClassName
{
color: #BA15C2;
}
</style>
background-color css
<style>
a { background-color: #BA15C2; }
a { background-color: rgb(186,21,194); }
div.DivClassName
{
background-color: #BA15C2;
}
.BgClassName
{
background-color: #BA15C2;
}
</style>
border-color css
<style>
span { border-color: #BA15C2; }
span { border-color: rgb(186,21,194); }
td.TdClassName
{
border-color: #BA15C2;
}
.TagClassName
{
border-color: #BA15C2;
}
</style>