Shades of Deep Magenta #BA13DA
Tints of Deep Magenta #BA13DA
RGB
CMYK
RGB Variations
Color information
#BA13DA (or 0xBA13DA) is known color: Deep Magenta. HEX triplet: BA, 13 and DA. RGB value is (186,19,218). Sum of RGB (Red+Green+Blue) = 186+19+218=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 19 (7.81% from 255 or 4.49% from 423); Blue value is 218 (85.55% from 255 or 51.54% from 423); Max value from RGB is 218 - color contains mainly: blue. Hex color #BA13DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA13DA is #45EC25. Grayscale: #5A5A5A. Windows color (decimal): -4582438 or 14291898. OLE color: 14291898.
HSL color Cylindrical-coordinate representation of color #BA13DA: hue angle of 290.35º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA13DA is Cyan = 0.15, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 19 | 218 | - |
| CMYK | 0.15 | 0.91 | 0 | 0.15 |
| HSL | 290.35º | 0.84% | 0.46% | - |
| HSV(B) | 290.35º | 0.91% | 0.85% | - |
| XYZ | 33.14 | 15.97 | 67.67 | - |
| YUV | 91.62 | 199.33 | 195.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 19 | 218 | 0.15 | 0.91 | 0 | 0.15 | 290.35 | 0.84 | 0.46 |
| Hex | BA | 13 | DA | F | 5B | 0 | F | 122 | 54 | 2E |
| Octal | 272 | 23 | 332 | 17 | 133 | 0 | 17 | 442 | 124 | 56 |
| Binary | 10111010 | 10011 | 11011010 | 1111 | 1011011 | 0 | 1111 | 100100010 | 1010100 | 101110 |
Color Harmonies of #BA13DA
Complementary color
Monochromatic Colors of #BA13DA
Black with #BA13DA
Text Example
Text Example
White with #BA13DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA13DA; }
p { color: rgb(186,19,218); }
H1.HeaderClassName
{
color: #BA13DA;
}
.AnyTagClassName
{
color: #BA13DA;
}
</style>
background-color css
<style>
a { background-color: #BA13DA; }
a { background-color: rgb(186,19,218); }
div.DivClassName
{
background-color: #BA13DA;
}
.BgClassName
{
background-color: #BA13DA;
}
</style>
border-color css
<style>
span { border-color: #BA13DA; }
span { border-color: rgb(186,19,218); }
td.TdClassName
{
border-color: #BA13DA;
}
.TagClassName
{
border-color: #BA13DA;
}
</style>