Shades of Deep Magenta #BA13BD
Tints of Deep Magenta #BA13BD
RGB
CMYK
RGB Variations
Color information
#BA13BD (or 0xBA13BD) is known color: Deep Magenta. HEX triplet: BA, 13 and BD. RGB value is (186,19,189). Sum of RGB (Red+Green+Blue) = 186+19+189=394 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.21% from 394); Green value is 19 (7.81% from 255 or 4.82% from 394); Blue value is 189 (74.22% from 255 or 47.97% from 394); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA13BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA13BD is #45EC42. Grayscale: #575757. Windows color (decimal): -4582467 or 12391354. OLE color: 12391354.
HSL color Cylindrical-coordinate representation of color #BA13BD: hue angle of 298.94º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA13BD is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 19 | 189 | - |
| CMYK | 0.02 | 0.90 | 0 | 0.26 |
| HSL | 298.94º | 0.82% | 0.41% | - |
| HSV(B) | 298.94º | 0.9% | 0.74% | - |
| XYZ | 29.67 | 14.58 | 49.39 | - |
| YUV | 88.31 | 184.83 | 197.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 19 | 189 | 0.02 | 0.90 | 0 | 0.26 | 298.94 | 0.82 | 0.41 |
| Hex | BA | 13 | BD | 2 | 5A | 0 | 1A | 12B | 52 | 29 |
| Octal | 272 | 23 | 275 | 2 | 132 | 0 | 32 | 453 | 122 | 51 |
| Binary | 10111010 | 10011 | 10111101 | 10 | 1011010 | 0 | 11010 | 100101011 | 1010010 | 101001 |
Color Harmonies of #BA13BD
Complementary color
Monochromatic Colors of #BA13BD
Black with #BA13BD
Text Example
Text Example
White with #BA13BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA13BD; }
p { color: rgb(186,19,189); }
H1.HeaderClassName
{
color: #BA13BD;
}
.AnyTagClassName
{
color: #BA13BD;
}
</style>
background-color css
<style>
a { background-color: #BA13BD; }
a { background-color: rgb(186,19,189); }
div.DivClassName
{
background-color: #BA13BD;
}
.BgClassName
{
background-color: #BA13BD;
}
</style>
border-color css
<style>
span { border-color: #BA13BD; }
span { border-color: rgb(186,19,189); }
td.TdClassName
{
border-color: #BA13BD;
}
.TagClassName
{
border-color: #BA13BD;
}
</style>