Shades of Deep Magenta #BA15C3
Tints of Deep Magenta #BA15C3
RGB
CMYK
RGB Variations
Color information
#BA15C3 (or 0xBA15C3) is known color: Deep Magenta. HEX triplet: BA, 15 and C3. RGB value is (186,21,195). Sum of RGB (Red+Green+Blue) = 186+21+195=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 21 (8.59% from 255 or 5.22% from 402); Blue value is 195 (76.56% from 255 or 48.51% from 402); Max value from RGB is 195 - color contains mainly: blue. Hex color #BA15C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA15C3 is #45EA3C. Grayscale: #595959. Windows color (decimal): -4581949 or 12785082. OLE color: 12785082.
HSL color Cylindrical-coordinate representation of color #BA15C3: hue angle of 296.9º degrees, saturation: 0.81, 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 #BA15C3 is Cyan = 0.05, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 21 | 195 | - |
| CMYK | 0.05 | 0.89 | 0 | 0.24 |
| HSL | 296.9º | 0.81% | 0.42% | - |
| HSV(B) | 296.9º | 0.89% | 0.76% | - |
| XYZ | 30.37 | 14.92 | 52.91 | - |
| YUV | 90.17 | 187.16 | 196.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 21 | 195 | 0.05 | 0.89 | 0 | 0.24 | 296.9 | 0.81 | 0.42 |
| Hex | BA | 15 | C3 | 5 | 59 | 0 | 18 | 129 | 51 | 2A |
| Octal | 272 | 25 | 303 | 5 | 131 | 0 | 30 | 451 | 121 | 52 |
| Binary | 10111010 | 10101 | 11000011 | 101 | 1011001 | 0 | 11000 | 100101001 | 1010001 | 101010 |
Color Harmonies of #BA15C3
Complementary color
Monochromatic Colors of #BA15C3
Black with #BA15C3
Text Example
Text Example
White with #BA15C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA15C3; }
p { color: rgb(186,21,195); }
H1.HeaderClassName
{
color: #BA15C3;
}
.AnyTagClassName
{
color: #BA15C3;
}
</style>
background-color css
<style>
a { background-color: #BA15C3; }
a { background-color: rgb(186,21,195); }
div.DivClassName
{
background-color: #BA15C3;
}
.BgClassName
{
background-color: #BA15C3;
}
</style>
border-color css
<style>
span { border-color: #BA15C3; }
span { border-color: rgb(186,21,195); }
td.TdClassName
{
border-color: #BA15C3;
}
.TagClassName
{
border-color: #BA15C3;
}
</style>