Shades of Medium Violet Red #BA0897
Tints of Medium Violet Red #BA0897
RGB
CMYK
RGB Variations
Color information
#BA0897 (or 0xBA0897) is known color: Medium Violet Red. HEX triplet: BA, 08 and 97. RGB value is (186,8,151). Sum of RGB (Red+Green+Blue) = 186+8+151=345 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.91% from 345); Green value is 8 (3.52% from 255 or 2.32% from 345); Blue value is 151 (59.38% from 255 or 43.77% from 345); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0897 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0897 is #45F768. Grayscale: #4D4D4D. Windows color (decimal): -4585321 or 9898170. OLE color: 9898170.
HSL color Cylindrical-coordinate representation of color #BA0897: hue angle of 311.8º 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 #BA0897 is Cyan = 0, Magento = 0.96, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 8 | 151 | - |
| CMYK | 0 | 0.96 | 0.19 | 0.27 |
| HSL | 311.8º | 0.92% | 0.38% | - |
| HSV(B) | 311.8º | 0.96% | 0.73% | - |
| XYZ | 25.92 | 12.85 | 30.39 | - |
| YUV | 77.52 | 169.47 | 205.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 8 | 151 | 0 | 0.96 | 0.19 | 0.27 | 311.8 | 0.92 | 0.38 |
| Hex | BA | 8 | 97 | 0 | 60 | 13 | 1B | 138 | 5C | 26 |
| Octal | 272 | 10 | 227 | 0 | 140 | 23 | 33 | 470 | 134 | 46 |
| Binary | 10111010 | 1000 | 10010111 | 0 | 1100000 | 10011 | 11011 | 100111000 | 1011100 | 100110 |
Color Harmonies of #BA0897
Complementary color
Monochromatic Colors of #BA0897
Black with #BA0897
Text Example
Text Example
White with #BA0897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0897; }
p { color: rgb(186,8,151); }
H1.HeaderClassName
{
color: #BA0897;
}
.AnyTagClassName
{
color: #BA0897;
}
</style>
background-color css
<style>
a { background-color: #BA0897; }
a { background-color: rgb(186,8,151); }
div.DivClassName
{
background-color: #BA0897;
}
.BgClassName
{
background-color: #BA0897;
}
</style>
border-color css
<style>
span { border-color: #BA0897; }
span { border-color: rgb(186,8,151); }
td.TdClassName
{
border-color: #BA0897;
}
.TagClassName
{
border-color: #BA0897;
}
</style>