Shades of Deep Magenta #BA13D0
Tints of Deep Magenta #BA13D0
RGB
CMYK
RGB Variations
Color information
#BA13D0 (or 0xBA13D0) is known color: Deep Magenta. HEX triplet: BA, 13 and D0. RGB value is (186,19,208). Sum of RGB (Red+Green+Blue) = 186+19+208=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 19 (7.81% from 255 or 4.60% from 413); Blue value is 208 (81.64% from 255 or 50.36% from 413); Max value from RGB is 208 - color contains mainly: blue. Hex color #BA13D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA13D0 is #45EC2F. Grayscale: #595959. Windows color (decimal): -4582448 or 13636538. OLE color: 13636538.
HSL color Cylindrical-coordinate representation of color #BA13D0: hue angle of 293.02º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA13D0 is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 19 | 208 | - |
| CMYK | 0.11 | 0.91 | 0 | 0.18 |
| HSL | 293.02º | 0.83% | 0.45% | - |
| HSV(B) | 293.02º | 0.91% | 0.82% | - |
| XYZ | 31.87 | 15.46 | 60.98 | - |
| YUV | 90.48 | 194.33 | 196.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 19 | 208 | 0.11 | 0.91 | 0 | 0.18 | 293.02 | 0.83 | 0.45 |
| Hex | BA | 13 | D0 | B | 5B | 0 | 12 | 125 | 53 | 2D |
| Octal | 272 | 23 | 320 | 13 | 133 | 0 | 22 | 445 | 123 | 55 |
| Binary | 10111010 | 10011 | 11010000 | 1011 | 1011011 | 0 | 10010 | 100100101 | 1010011 | 101101 |
Color Harmonies of #BA13D0
Complementary color
Monochromatic Colors of #BA13D0
Black with #BA13D0
Text Example
Text Example
White with #BA13D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA13D0; }
p { color: rgb(186,19,208); }
H1.HeaderClassName
{
color: #BA13D0;
}
.AnyTagClassName
{
color: #BA13D0;
}
</style>
background-color css
<style>
a { background-color: #BA13D0; }
a { background-color: rgb(186,19,208); }
div.DivClassName
{
background-color: #BA13D0;
}
.BgClassName
{
background-color: #BA13D0;
}
</style>
border-color css
<style>
span { border-color: #BA13D0; }
span { border-color: rgb(186,19,208); }
td.TdClassName
{
border-color: #BA13D0;
}
.TagClassName
{
border-color: #BA13D0;
}
</style>