Shades of Deep Magenta #BA15BF
Tints of Deep Magenta #BA15BF
RGB
CMYK
RGB Variations
Color information
#BA15BF (or 0xBA15BF) is known color: Deep Magenta. HEX triplet: BA, 15 and BF. RGB value is (186,21,191). Sum of RGB (Red+Green+Blue) = 186+21+191=398 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.73% from 398); Green value is 21 (8.59% from 255 or 5.28% from 398); Blue value is 191 (75% from 255 or 47.99% from 398); Max value from RGB is 191 - color contains mainly: blue. Hex color #BA15BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA15BF is #45EA40. Grayscale: #595959. Windows color (decimal): -4581953 or 12522938. OLE color: 12522938.
HSL color Cylindrical-coordinate representation of color #BA15BF: hue angle of 298.24º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA15BF is Cyan = 0.03, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 21 | 191 | - |
| CMYK | 0.03 | 0.89 | 0 | 0.25 |
| HSL | 298.24º | 0.8% | 0.42% | - |
| HSV(B) | 298.24º | 0.89% | 0.75% | - |
| XYZ | 29.92 | 14.74 | 50.56 | - |
| YUV | 89.72 | 185.16 | 196.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 21 | 191 | 0.03 | 0.89 | 0 | 0.25 | 298.24 | 0.8 | 0.42 |
| Hex | BA | 15 | BF | 3 | 59 | 0 | 19 | 12A | 50 | 2A |
| Octal | 272 | 25 | 277 | 3 | 131 | 0 | 31 | 452 | 120 | 52 |
| Binary | 10111010 | 10101 | 10111111 | 11 | 1011001 | 0 | 11001 | 100101010 | 1010000 | 101010 |
Color Harmonies of #BA15BF
Complementary color
Monochromatic Colors of #BA15BF
Black with #BA15BF
Text Example
Text Example
White with #BA15BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA15BF; }
p { color: rgb(186,21,191); }
H1.HeaderClassName
{
color: #BA15BF;
}
.AnyTagClassName
{
color: #BA15BF;
}
</style>
background-color css
<style>
a { background-color: #BA15BF; }
a { background-color: rgb(186,21,191); }
div.DivClassName
{
background-color: #BA15BF;
}
.BgClassName
{
background-color: #BA15BF;
}
</style>
border-color css
<style>
span { border-color: #BA15BF; }
span { border-color: rgb(186,21,191); }
td.TdClassName
{
border-color: #BA15BF;
}
.TagClassName
{
border-color: #BA15BF;
}
</style>