Shades of Deep Magenta #BA15DD
Tints of Deep Magenta #BA15DD
RGB
CMYK
RGB Variations
Color information
#BA15DD (or 0xBA15DD) is known color: Deep Magenta. HEX triplet: BA, 15 and DD. RGB value is (186,21,221). Sum of RGB (Red+Green+Blue) = 186+21+221=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 21 (8.59% from 255 or 4.91% from 428); Blue value is 221 (86.72% from 255 or 51.64% from 428); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA15DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA15DD is #45EA22. Grayscale: #5C5C5C. Windows color (decimal): -4581923 or 14489018. OLE color: 14489018.
HSL color Cylindrical-coordinate representation of color #BA15DD: hue angle of 289.5º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA15DD is Cyan = 0.16, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 21 | 221 | - |
| CMYK | 0.16 | 0.90 | 0 | 0.13 |
| HSL | 289.5º | 0.83% | 0.47% | - |
| HSV(B) | 289.5º | 0.9% | 0.87% | - |
| XYZ | 33.57 | 16.2 | 69.76 | - |
| YUV | 93.14 | 200.16 | 194.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 21 | 221 | 0.16 | 0.90 | 0 | 0.13 | 289.5 | 0.83 | 0.47 |
| Hex | BA | 15 | DD | 10 | 5A | 0 | D | 122 | 53 | 2F |
| Octal | 272 | 25 | 335 | 20 | 132 | 0 | 15 | 442 | 123 | 57 |
| Binary | 10111010 | 10101 | 11011101 | 10000 | 1011010 | 0 | 1101 | 100100010 | 1010011 | 101111 |
Color Harmonies of #BA15DD
Complementary color
Monochromatic Colors of #BA15DD
Black with #BA15DD
Text Example
Text Example
White with #BA15DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA15DD; }
p { color: rgb(186,21,221); }
H1.HeaderClassName
{
color: #BA15DD;
}
.AnyTagClassName
{
color: #BA15DD;
}
</style>
background-color css
<style>
a { background-color: #BA15DD; }
a { background-color: rgb(186,21,221); }
div.DivClassName
{
background-color: #BA15DD;
}
.BgClassName
{
background-color: #BA15DD;
}
</style>
border-color css
<style>
span { border-color: #BA15DD; }
span { border-color: rgb(186,21,221); }
td.TdClassName
{
border-color: #BA15DD;
}
.TagClassName
{
border-color: #BA15DD;
}
</style>