Shades of Deep Magenta #BA15DC
Tints of Deep Magenta #BA15DC
RGB
CMYK
RGB Variations
Color information
#BA15DC (or 0xBA15DC) is known color: Deep Magenta. HEX triplet: BA, 15 and DC. RGB value is (186,21,220). Sum of RGB (Red+Green+Blue) = 186+21+220=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 21 (8.59% from 255 or 4.92% from 427); Blue value is 220 (86.33% from 255 or 51.52% from 427); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA15DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA15DC is #45EA23. Grayscale: #5C5C5C. Windows color (decimal): -4581924 or 14423482. OLE color: 14423482.
HSL color Cylindrical-coordinate representation of color #BA15DC: hue angle of 289.75º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA15DC is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 21 | 220 | - |
| CMYK | 0.15 | 0.90 | 0 | 0.14 |
| HSL | 289.75º | 0.83% | 0.47% | - |
| HSV(B) | 289.75º | 0.9% | 0.86% | - |
| XYZ | 33.44 | 16.14 | 69.06 | - |
| YUV | 93.02 | 199.66 | 194.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 21 | 220 | 0.15 | 0.90 | 0 | 0.14 | 289.75 | 0.83 | 0.47 |
| Hex | BA | 15 | DC | F | 5A | 0 | E | 122 | 53 | 2F |
| Octal | 272 | 25 | 334 | 17 | 132 | 0 | 16 | 442 | 123 | 57 |
| Binary | 10111010 | 10101 | 11011100 | 1111 | 1011010 | 0 | 1110 | 100100010 | 1010011 | 101111 |
Color Harmonies of #BA15DC
Complementary color
Monochromatic Colors of #BA15DC
Black with #BA15DC
Text Example
Text Example
White with #BA15DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA15DC; }
p { color: rgb(186,21,220); }
H1.HeaderClassName
{
color: #BA15DC;
}
.AnyTagClassName
{
color: #BA15DC;
}
</style>
background-color css
<style>
a { background-color: #BA15DC; }
a { background-color: rgb(186,21,220); }
div.DivClassName
{
background-color: #BA15DC;
}
.BgClassName
{
background-color: #BA15DC;
}
</style>
border-color css
<style>
span { border-color: #BA15DC; }
span { border-color: rgb(186,21,220); }
td.TdClassName
{
border-color: #BA15DC;
}
.TagClassName
{
border-color: #BA15DC;
}
</style>