Shades of Medium Violet Red #BA0899
Tints of Medium Violet Red #BA0899
RGB
CMYK
RGB Variations
Color information
#BA0899 (or 0xBA0899) is known color: Medium Violet Red. HEX triplet: BA, 08 and 99. RGB value is (186,8,153). Sum of RGB (Red+Green+Blue) = 186+8+153=347 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.60% from 347); Green value is 8 (3.52% from 255 or 2.31% from 347); Blue value is 153 (60.16% from 255 or 44.09% from 347); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0899 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0899 is #45F766. Grayscale: #4D4D4D. Windows color (decimal): -4585319 or 10029242. OLE color: 10029242.
HSL color Cylindrical-coordinate representation of color #BA0899: hue angle of 311.12º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA0899 is Cyan = 0, Magento = 0.96, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 8 | 153 | - |
| CMYK | 0 | 0.96 | 0.18 | 0.27 |
| HSL | 311.12º | 0.92% | 0.38% | - |
| HSV(B) | 311.12º | 0.96% | 0.73% | - |
| XYZ | 26.09 | 12.91 | 31.25 | - |
| YUV | 77.75 | 170.47 | 205.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 8 | 153 | 0 | 0.96 | 0.18 | 0.27 | 311.12 | 0.92 | 0.38 |
| Hex | BA | 8 | 99 | 0 | 60 | 12 | 1B | 137 | 5C | 26 |
| Octal | 272 | 10 | 231 | 0 | 140 | 22 | 33 | 467 | 134 | 46 |
| Binary | 10111010 | 1000 | 10011001 | 0 | 1100000 | 10010 | 11011 | 100110111 | 1011100 | 100110 |
Color Harmonies of #BA0899
Complementary color
Monochromatic Colors of #BA0899
Black with #BA0899
Text Example
Text Example
White with #BA0899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0899; }
p { color: rgb(186,8,153); }
H1.HeaderClassName
{
color: #BA0899;
}
.AnyTagClassName
{
color: #BA0899;
}
</style>
background-color css
<style>
a { background-color: #BA0899; }
a { background-color: rgb(186,8,153); }
div.DivClassName
{
background-color: #BA0899;
}
.BgClassName
{
background-color: #BA0899;
}
</style>
border-color css
<style>
span { border-color: #BA0899; }
span { border-color: rgb(186,8,153); }
td.TdClassName
{
border-color: #BA0899;
}
.TagClassName
{
border-color: #BA0899;
}
</style>