Shades of Medium Violet Red #BA1C96
Tints of Medium Violet Red #BA1C96
RGB
CMYK
RGB Variations
Color information
#BA1C96 (or 0xBA1C96) is known color: Medium Violet Red. HEX triplet: BA, 1C and 96. RGB value is (186,28,150). Sum of RGB (Red+Green+Blue) = 186+28+150=364 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.10% from 364); Green value is 28 (11.33% from 255 or 7.69% from 364); Blue value is 150 (58.98% from 255 or 41.21% from 364); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1C96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1C96 is #45E369. Grayscale: #585858. Windows color (decimal): -4580202 or 9837754. OLE color: 9837754.
HSL color Cylindrical-coordinate representation of color #BA1C96: hue angle of 313.67º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BA1C96 is Cyan = 0, Magento = 0.85, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 28 | 150 | - |
| CMYK | 0 | 0.85 | 0.19 | 0.27 |
| HSL | 313.67º | 0.74% | 0.42% | - |
| HSV(B) | 313.67º | 0.85% | 0.73% | - |
| XYZ | 26.17 | 13.47 | 30.08 | - |
| YUV | 89.15 | 162.35 | 197.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 28 | 150 | 0 | 0.85 | 0.19 | 0.27 | 313.67 | 0.74 | 0.42 |
| Hex | BA | 1C | 96 | 0 | 55 | 13 | 1B | 13A | 4A | 2A |
| Octal | 272 | 34 | 226 | 0 | 125 | 23 | 33 | 472 | 112 | 52 |
| Binary | 10111010 | 11100 | 10010110 | 0 | 1010101 | 10011 | 11011 | 100111010 | 1001010 | 101010 |
Color Harmonies of #BA1C96
Complementary color
Monochromatic Colors of #BA1C96
Black with #BA1C96
Text Example
Text Example
White with #BA1C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1C96; }
p { color: rgb(186,28,150); }
H1.HeaderClassName
{
color: #BA1C96;
}
.AnyTagClassName
{
color: #BA1C96;
}
</style>
background-color css
<style>
a { background-color: #BA1C96; }
a { background-color: rgb(186,28,150); }
div.DivClassName
{
background-color: #BA1C96;
}
.BgClassName
{
background-color: #BA1C96;
}
</style>
border-color css
<style>
span { border-color: #BA1C96; }
span { border-color: rgb(186,28,150); }
td.TdClassName
{
border-color: #BA1C96;
}
.TagClassName
{
border-color: #BA1C96;
}
</style>