Shades of Medium Violet Red #BA1CAA
Tints of Medium Violet Red #BA1CAA
RGB
CMYK
RGB Variations
Color information
#BA1CAA (or 0xBA1CAA) is known color: Medium Violet Red. HEX triplet: BA, 1C and AA. RGB value is (186,28,170). Sum of RGB (Red+Green+Blue) = 186+28+170=384 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.44% from 384); Green value is 28 (11.33% from 255 or 7.29% from 384); Blue value is 170 (66.80% from 255 or 44.27% from 384); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1CAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1CAA is #45E355. Grayscale: #5B5B5B. Windows color (decimal): -4580182 or 11148474. OLE color: 11148474.
HSL color Cylindrical-coordinate representation of color #BA1CAA: hue angle of 306.08º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BA1CAA is Cyan = 0, Magento = 0.85, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 28 | 170 | - |
| CMYK | 0 | 0.85 | 0.09 | 0.27 |
| HSL | 306.08º | 0.74% | 0.42% | - |
| HSV(B) | 306.08º | 0.85% | 0.73% | - |
| XYZ | 27.92 | 14.17 | 39.29 | - |
| YUV | 91.43 | 172.35 | 195.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 28 | 170 | 0 | 0.85 | 0.09 | 0.27 | 306.08 | 0.74 | 0.42 |
| Hex | BA | 1C | AA | 0 | 55 | 9 | 1B | 132 | 4A | 2A |
| Octal | 272 | 34 | 252 | 0 | 125 | 11 | 33 | 462 | 112 | 52 |
| Binary | 10111010 | 11100 | 10101010 | 0 | 1010101 | 1001 | 11011 | 100110010 | 1001010 | 101010 |
Color Harmonies of #BA1CAA
Complementary color
Monochromatic Colors of #BA1CAA
Black with #BA1CAA
Text Example
Text Example
White with #BA1CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1CAA; }
p { color: rgb(186,28,170); }
H1.HeaderClassName
{
color: #BA1CAA;
}
.AnyTagClassName
{
color: #BA1CAA;
}
</style>
background-color css
<style>
a { background-color: #BA1CAA; }
a { background-color: rgb(186,28,170); }
div.DivClassName
{
background-color: #BA1CAA;
}
.BgClassName
{
background-color: #BA1CAA;
}
</style>
border-color css
<style>
span { border-color: #BA1CAA; }
span { border-color: rgb(186,28,170); }
td.TdClassName
{
border-color: #BA1CAA;
}
.TagClassName
{
border-color: #BA1CAA;
}
</style>