Shades of Deep Magenta #BA15DE
Tints of Deep Magenta #BA15DE
RGB
CMYK
RGB Variations
Color information
#BA15DE (or 0xBA15DE) is known color: Deep Magenta. HEX triplet: BA, 15 and DE. RGB value is (186,21,222). Sum of RGB (Red+Green+Blue) = 186+21+222=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 21 (8.59% from 255 or 4.90% from 429); Blue value is 222 (87.11% from 255 or 51.75% from 429); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA15DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA15DE is #45EA21. Grayscale: #5C5C5C. Windows color (decimal): -4581922 or 14554554. OLE color: 14554554.
HSL color Cylindrical-coordinate representation of color #BA15DE: hue angle of 289.25º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA15DE is Cyan = 0.16, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 21 | 222 | - |
| CMYK | 0.16 | 0.91 | 0 | 0.13 |
| HSL | 289.25º | 0.83% | 0.48% | - |
| HSV(B) | 289.25º | 0.91% | 0.87% | - |
| XYZ | 33.7 | 16.25 | 70.47 | - |
| YUV | 93.25 | 200.66 | 194.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 21 | 222 | 0.16 | 0.91 | 0 | 0.13 | 289.25 | 0.83 | 0.48 |
| Hex | BA | 15 | DE | 10 | 5B | 0 | D | 121 | 53 | 30 |
| Octal | 272 | 25 | 336 | 20 | 133 | 0 | 15 | 441 | 123 | 60 |
| Binary | 10111010 | 10101 | 11011110 | 10000 | 1011011 | 0 | 1101 | 100100001 | 1010011 | 110000 |
Color Harmonies of #BA15DE
Complementary color
Monochromatic Colors of #BA15DE
Black with #BA15DE
Text Example
Text Example
White with #BA15DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA15DE; }
p { color: rgb(186,21,222); }
H1.HeaderClassName
{
color: #BA15DE;
}
.AnyTagClassName
{
color: #BA15DE;
}
</style>
background-color css
<style>
a { background-color: #BA15DE; }
a { background-color: rgb(186,21,222); }
div.DivClassName
{
background-color: #BA15DE;
}
.BgClassName
{
background-color: #BA15DE;
}
</style>
border-color css
<style>
span { border-color: #BA15DE; }
span { border-color: rgb(186,21,222); }
td.TdClassName
{
border-color: #BA15DE;
}
.TagClassName
{
border-color: #BA15DE;
}
</style>