Shades of Deep Magenta #BA15D4
Tints of Deep Magenta #BA15D4
RGB
CMYK
RGB Variations
Color information
#BA15D4 (or 0xBA15D4) is known color: Deep Magenta. HEX triplet: BA, 15 and D4. RGB value is (186,21,212). Sum of RGB (Red+Green+Blue) = 186+21+212=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 21 (8.59% from 255 or 5.01% from 419); Blue value is 212 (83.20% from 255 or 50.60% from 419); Max value from RGB is 212 - color contains mainly: blue. Hex color #BA15D4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA15D4 is #45EA2B. Grayscale: #5B5B5B. Windows color (decimal): -4581932 or 13899194. OLE color: 13899194.
HSL color Cylindrical-coordinate representation of color #BA15D4: hue angle of 291.83º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA15D4 is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 21 | 212 | - |
| CMYK | 0.12 | 0.90 | 0 | 0.17 |
| HSL | 291.83º | 0.82% | 0.46% | - |
| HSV(B) | 291.83º | 0.9% | 0.83% | - |
| XYZ | 32.4 | 15.73 | 63.62 | - |
| YUV | 92.11 | 195.66 | 194.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 21 | 212 | 0.12 | 0.90 | 0 | 0.17 | 291.83 | 0.82 | 0.46 |
| Hex | BA | 15 | D4 | C | 5A | 0 | 11 | 124 | 52 | 2E |
| Octal | 272 | 25 | 324 | 14 | 132 | 0 | 21 | 444 | 122 | 56 |
| Binary | 10111010 | 10101 | 11010100 | 1100 | 1011010 | 0 | 10001 | 100100100 | 1010010 | 101110 |
Color Harmonies of #BA15D4
Complementary color
Monochromatic Colors of #BA15D4
Black with #BA15D4
Text Example
Text Example
White with #BA15D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA15D4; }
p { color: rgb(186,21,212); }
H1.HeaderClassName
{
color: #BA15D4;
}
.AnyTagClassName
{
color: #BA15D4;
}
</style>
background-color css
<style>
a { background-color: #BA15D4; }
a { background-color: rgb(186,21,212); }
div.DivClassName
{
background-color: #BA15D4;
}
.BgClassName
{
background-color: #BA15D4;
}
</style>
border-color css
<style>
span { border-color: #BA15D4; }
span { border-color: rgb(186,21,212); }
td.TdClassName
{
border-color: #BA15D4;
}
.TagClassName
{
border-color: #BA15D4;
}
</style>