Shades of Medium Violet Red #BA1DAA
Tints of Medium Violet Red #BA1DAA
RGB
CMYK
RGB Variations
Color information
#BA1DAA (or 0xBA1DAA) is known color: Medium Violet Red. HEX triplet: BA, 1D and AA. RGB value is (186,29,170). Sum of RGB (Red+Green+Blue) = 186+29+170=385 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.31% from 385); Green value is 29 (11.72% from 255 or 7.53% from 385); Blue value is 170 (66.80% from 255 or 44.16% from 385); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1DAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1DAA is #45E255. Grayscale: #5B5B5B. Windows color (decimal): -4579926 or 11148730. OLE color: 11148730.
HSL color Cylindrical-coordinate representation of color #BA1DAA: hue angle of 306.11º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA1DAA is Cyan = 0, Magento = 0.84, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 29 | 170 | - |
| CMYK | 0 | 0.84 | 0.09 | 0.27 |
| HSL | 306.11º | 0.73% | 0.42% | - |
| HSV(B) | 306.11º | 0.84% | 0.73% | - |
| XYZ | 27.94 | 14.22 | 39.3 | - |
| YUV | 92.02 | 172.01 | 195.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 29 | 170 | 0 | 0.84 | 0.09 | 0.27 | 306.11 | 0.73 | 0.42 |
| Hex | BA | 1D | AA | 0 | 54 | 9 | 1B | 132 | 49 | 2A |
| Octal | 272 | 35 | 252 | 0 | 124 | 11 | 33 | 462 | 111 | 52 |
| Binary | 10111010 | 11101 | 10101010 | 0 | 1010100 | 1001 | 11011 | 100110010 | 1001001 | 101010 |
Color Harmonies of #BA1DAA
Complementary color
Monochromatic Colors of #BA1DAA
Black with #BA1DAA
Text Example
Text Example
White with #BA1DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1DAA; }
p { color: rgb(186,29,170); }
H1.HeaderClassName
{
color: #BA1DAA;
}
.AnyTagClassName
{
color: #BA1DAA;
}
</style>
background-color css
<style>
a { background-color: #BA1DAA; }
a { background-color: rgb(186,29,170); }
div.DivClassName
{
background-color: #BA1DAA;
}
.BgClassName
{
background-color: #BA1DAA;
}
</style>
border-color css
<style>
span { border-color: #BA1DAA; }
span { border-color: rgb(186,29,170); }
td.TdClassName
{
border-color: #BA1DAA;
}
.TagClassName
{
border-color: #BA1DAA;
}
</style>