Shades of Deep Magenta #BA13DE
Tints of Deep Magenta #BA13DE
RGB
CMYK
RGB Variations
Color information
#BA13DE (or 0xBA13DE) is known color: Deep Magenta. HEX triplet: BA, 13 and DE. RGB value is (186,19,222). Sum of RGB (Red+Green+Blue) = 186+19+222=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 19 (7.81% from 255 or 4.45% from 427); Blue value is 222 (87.11% from 255 or 51.99% from 427); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA13DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA13DE is #45EC21. Grayscale: #5B5B5B. Windows color (decimal): -4582434 or 14554042. OLE color: 14554042.
HSL color Cylindrical-coordinate representation of color #BA13DE: hue angle of 289.36º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA13DE is Cyan = 0.16, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 19 | 222 | - |
| CMYK | 0.16 | 0.91 | 0 | 0.13 |
| HSL | 289.36º | 0.84% | 0.47% | - |
| HSV(B) | 289.36º | 0.91% | 0.87% | - |
| XYZ | 33.67 | 16.18 | 70.46 | - |
| YUV | 92.08 | 201.33 | 194.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 19 | 222 | 0.16 | 0.91 | 0 | 0.13 | 289.36 | 0.84 | 0.47 |
| Hex | BA | 13 | DE | 10 | 5B | 0 | D | 121 | 54 | 2F |
| Octal | 272 | 23 | 336 | 20 | 133 | 0 | 15 | 441 | 124 | 57 |
| Binary | 10111010 | 10011 | 11011110 | 10000 | 1011011 | 0 | 1101 | 100100001 | 1010100 | 101111 |
Color Harmonies of #BA13DE
Complementary color
Monochromatic Colors of #BA13DE
Black with #BA13DE
Text Example
Text Example
White with #BA13DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA13DE; }
p { color: rgb(186,19,222); }
H1.HeaderClassName
{
color: #BA13DE;
}
.AnyTagClassName
{
color: #BA13DE;
}
</style>
background-color css
<style>
a { background-color: #BA13DE; }
a { background-color: rgb(186,19,222); }
div.DivClassName
{
background-color: #BA13DE;
}
.BgClassName
{
background-color: #BA13DE;
}
</style>
border-color css
<style>
span { border-color: #BA13DE; }
span { border-color: rgb(186,19,222); }
td.TdClassName
{
border-color: #BA13DE;
}
.TagClassName
{
border-color: #BA13DE;
}
</style>