Shades of Medium Violet Red #BA2099
Tints of Medium Violet Red #BA2099
RGB
CMYK
RGB Variations
Color information
#BA2099 (or 0xBA2099) is known color: Medium Violet Red. HEX triplet: BA, 20 and 99. RGB value is (186,32,153). Sum of RGB (Red+Green+Blue) = 186+32+153=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 32 (12.89% from 255 or 8.63% from 371); Blue value is 153 (60.16% from 255 or 41.24% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2099 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2099 is #45DF66. Grayscale: #5B5B5B. Windows color (decimal): -4579175 or 10035386. OLE color: 10035386.
HSL color Cylindrical-coordinate representation of color #BA2099: hue angle of 312.86º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA2099 is Cyan = 0, Magento = 0.83, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 32 | 153 | - |
| CMYK | 0 | 0.83 | 0.18 | 0.27 |
| HSL | 312.86º | 0.71% | 0.43% | - |
| HSV(B) | 312.86º | 0.83% | 0.73% | - |
| XYZ | 26.52 | 13.77 | 31.4 | - |
| YUV | 91.84 | 162.52 | 195.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 32 | 153 | 0 | 0.83 | 0.18 | 0.27 | 312.86 | 0.71 | 0.43 |
| Hex | BA | 20 | 99 | 0 | 53 | 12 | 1B | 139 | 47 | 2B |
| Octal | 272 | 40 | 231 | 0 | 123 | 22 | 33 | 471 | 107 | 53 |
| Binary | 10111010 | 100000 | 10011001 | 0 | 1010011 | 10010 | 11011 | 100111001 | 1000111 | 101011 |
Color Harmonies of #BA2099
Complementary color
Monochromatic Colors of #BA2099
Black with #BA2099
Text Example
Text Example
White with #BA2099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2099; }
p { color: rgb(186,32,153); }
H1.HeaderClassName
{
color: #BA2099;
}
.AnyTagClassName
{
color: #BA2099;
}
</style>
background-color css
<style>
a { background-color: #BA2099; }
a { background-color: rgb(186,32,153); }
div.DivClassName
{
background-color: #BA2099;
}
.BgClassName
{
background-color: #BA2099;
}
</style>
border-color css
<style>
span { border-color: #BA2099; }
span { border-color: rgb(186,32,153); }
td.TdClassName
{
border-color: #BA2099;
}
.TagClassName
{
border-color: #BA2099;
}
</style>