Shades of Medium Violet Red #BA0099
Tints of Medium Violet Red #BA0099
RGB
CMYK
RGB Variations
Color information
#BA0099 (or 0xBA0099) is known color: Medium Violet Red. HEX triplet: BA, 00 and 99. RGB value is (186,0,153). Sum of RGB (Red+Green+Blue) = 186+0+153=339 (44% of max value = 765). Red value is 186 (73.05% from 255 or 54.87% from 339); Green value is 0 (0.39% from 255 or 0% from 339); Blue value is 153 (60.16% from 255 or 45.13% from 339); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0099 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0099 is #45FF66. Grayscale: #484848. Windows color (decimal): -4587367 or 10027194. OLE color: 10027194.
HSL color Cylindrical-coordinate representation of color #BA0099: hue angle of 310.65º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA0099 is Cyan = 0, Magento = 1, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 0 | 153 | - |
| CMYK | 0 | 1 | 0.18 | 0.27 |
| HSL | 310.65º | 1% | 0.36% | - |
| HSV(B) | 310.65º | 1% | 0.73% | - |
| XYZ | 26 | 12.74 | 31.23 | - |
| YUV | 73.06 | 173.12 | 208.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 0 | 153 | 0 | 1 | 0.18 | 0.27 | 310.65 | 1 | 0.36 |
| Hex | BA | 0 | 99 | 0 | 64 | 12 | 1B | 137 | 64 | 24 |
| Octal | 272 | 0 | 231 | 0 | 144 | 22 | 33 | 467 | 144 | 44 |
| Binary | 10111010 | 0 | 10011001 | 0 | 1100100 | 10010 | 11011 | 100110111 | 1100100 | 100100 |
Color Harmonies of #BA0099
Complementary color
Monochromatic Colors of #BA0099
Black with #BA0099
Text Example
Text Example
White with #BA0099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0099; }
p { color: rgb(186,0,153); }
H1.HeaderClassName
{
color: #BA0099;
}
.AnyTagClassName
{
color: #BA0099;
}
</style>
background-color css
<style>
a { background-color: #BA0099; }
a { background-color: rgb(186,0,153); }
div.DivClassName
{
background-color: #BA0099;
}
.BgClassName
{
background-color: #BA0099;
}
</style>
border-color css
<style>
span { border-color: #BA0099; }
span { border-color: rgb(186,0,153); }
td.TdClassName
{
border-color: #BA0099;
}
.TagClassName
{
border-color: #BA0099;
}
</style>