Shades of Deep Magenta #BA13C2
Tints of Deep Magenta #BA13C2
RGB
CMYK
RGB Variations
Color information
#BA13C2 (or 0xBA13C2) is known color: Deep Magenta. HEX triplet: BA, 13 and C2. RGB value is (186,19,194). Sum of RGB (Red+Green+Blue) = 186+19+194=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 19 (7.81% from 255 or 4.76% from 399); Blue value is 194 (76.17% from 255 or 48.62% from 399); Max value from RGB is 194 - color contains mainly: blue. Hex color #BA13C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA13C2 is #45EC3D. Grayscale: #585858. Windows color (decimal): -4582462 or 12719034. OLE color: 12719034.
HSL color Cylindrical-coordinate representation of color #BA13C2: hue angle of 297.26º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA13C2 is Cyan = 0.04, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 19 | 194 | - |
| CMYK | 0.04 | 0.90 | 0 | 0.24 |
| HSL | 297.26º | 0.82% | 0.42% | - |
| HSV(B) | 297.26º | 0.9% | 0.76% | - |
| XYZ | 30.22 | 14.8 | 52.3 | - |
| YUV | 88.88 | 187.33 | 197.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 19 | 194 | 0.04 | 0.90 | 0 | 0.24 | 297.26 | 0.82 | 0.42 |
| Hex | BA | 13 | C2 | 4 | 5A | 0 | 18 | 129 | 52 | 2A |
| Octal | 272 | 23 | 302 | 4 | 132 | 0 | 30 | 451 | 122 | 52 |
| Binary | 10111010 | 10011 | 11000010 | 100 | 1011010 | 0 | 11000 | 100101001 | 1010010 | 101010 |
Color Harmonies of #BA13C2
Complementary color
Monochromatic Colors of #BA13C2
Black with #BA13C2
Text Example
Text Example
White with #BA13C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA13C2; }
p { color: rgb(186,19,194); }
H1.HeaderClassName
{
color: #BA13C2;
}
.AnyTagClassName
{
color: #BA13C2;
}
</style>
background-color css
<style>
a { background-color: #BA13C2; }
a { background-color: rgb(186,19,194); }
div.DivClassName
{
background-color: #BA13C2;
}
.BgClassName
{
background-color: #BA13C2;
}
</style>
border-color css
<style>
span { border-color: #BA13C2; }
span { border-color: rgb(186,19,194); }
td.TdClassName
{
border-color: #BA13C2;
}
.TagClassName
{
border-color: #BA13C2;
}
</style>