Shades of Medium Violet Red #BA0CA2
Tints of Medium Violet Red #BA0CA2
RGB
CMYK
RGB Variations
Color information
#BA0CA2 (or 0xBA0CA2) is known color: Medium Violet Red. HEX triplet: BA, 0C and A2. RGB value is (186,12,162). Sum of RGB (Red+Green+Blue) = 186+12+162=360 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.67% from 360); Green value is 12 (5.08% from 255 or 3.33% from 360); Blue value is 162 (63.67% from 255 or 45% from 360); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0CA2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0CA2 is #45F35D. Grayscale: #505050. Windows color (decimal): -4584286 or 10620090. OLE color: 10620090.
HSL color Cylindrical-coordinate representation of color #BA0CA2: hue angle of 308.28º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA0CA2 is Cyan = 0, Magento = 0.94, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 12 | 162 | - |
| CMYK | 0 | 0.94 | 0.13 | 0.27 |
| HSL | 308.28º | 0.88% | 0.39% | - |
| HSV(B) | 308.28º | 0.94% | 0.73% | - |
| XYZ | 26.9 | 13.31 | 35.33 | - |
| YUV | 81.13 | 173.65 | 202.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 12 | 162 | 0 | 0.94 | 0.13 | 0.27 | 308.28 | 0.88 | 0.39 |
| Hex | BA | C | A2 | 0 | 5E | D | 1B | 134 | 58 | 27 |
| Octal | 272 | 14 | 242 | 0 | 136 | 15 | 33 | 464 | 130 | 47 |
| Binary | 10111010 | 1100 | 10100010 | 0 | 1011110 | 1101 | 11011 | 100110100 | 1011000 | 100111 |
Color Harmonies of #BA0CA2
Complementary color
Monochromatic Colors of #BA0CA2
Black with #BA0CA2
Text Example
Text Example
White with #BA0CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0CA2; }
p { color: rgb(186,12,162); }
H1.HeaderClassName
{
color: #BA0CA2;
}
.AnyTagClassName
{
color: #BA0CA2;
}
</style>
background-color css
<style>
a { background-color: #BA0CA2; }
a { background-color: rgb(186,12,162); }
div.DivClassName
{
background-color: #BA0CA2;
}
.BgClassName
{
background-color: #BA0CA2;
}
</style>
border-color css
<style>
span { border-color: #BA0CA2; }
span { border-color: rgb(186,12,162); }
td.TdClassName
{
border-color: #BA0CA2;
}
.TagClassName
{
border-color: #BA0CA2;
}
</style>