Shades of Medium Violet Red #BA0095
Tints of Medium Violet Red #BA0095
RGB
CMYK
RGB Variations
Color information
#BA0095 (or 0xBA0095) is known color: Medium Violet Red. HEX triplet: BA, 00 and 95. RGB value is (186,0,149). Sum of RGB (Red+Green+Blue) = 186+0+149=335 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.52% from 335); Green value is 0 (0.39% from 255 or 0% from 335); Blue value is 149 (58.59% from 255 or 44.48% from 335); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0095 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0095 is #45FF6A. Grayscale: #484848. Windows color (decimal): -4587371 or 9765050. OLE color: 9765050.
HSL color Cylindrical-coordinate representation of color #BA0095: hue angle of 311.94º 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 #BA0095 is Cyan = 0, Magento = 1, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 0 | 149 | - |
| CMYK | 0 | 1 | 0.20 | 0.27 |
| HSL | 311.94º | 1% | 0.36% | - |
| HSV(B) | 311.94º | 1% | 0.73% | - |
| XYZ | 25.67 | 12.61 | 29.51 | - |
| YUV | 72.6 | 171.12 | 208.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 0 | 149 | 0 | 1 | 0.20 | 0.27 | 311.94 | 1 | 0.36 |
| Hex | BA | 0 | 95 | 0 | 64 | 14 | 1B | 138 | 64 | 24 |
| Octal | 272 | 0 | 225 | 0 | 144 | 24 | 33 | 470 | 144 | 44 |
| Binary | 10111010 | 0 | 10010101 | 0 | 1100100 | 10100 | 11011 | 100111000 | 1100100 | 100100 |
Color Harmonies of #BA0095
Complementary color
Monochromatic Colors of #BA0095
Black with #BA0095
Text Example
Text Example
White with #BA0095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0095; }
p { color: rgb(186,0,149); }
H1.HeaderClassName
{
color: #BA0095;
}
.AnyTagClassName
{
color: #BA0095;
}
</style>
background-color css
<style>
a { background-color: #BA0095; }
a { background-color: rgb(186,0,149); }
div.DivClassName
{
background-color: #BA0095;
}
.BgClassName
{
background-color: #BA0095;
}
</style>
border-color css
<style>
span { border-color: #BA0095; }
span { border-color: rgb(186,0,149); }
td.TdClassName
{
border-color: #BA0095;
}
.TagClassName
{
border-color: #BA0095;
}
</style>