Shades of Medium Violet Red #BA1C9A
Tints of Medium Violet Red #BA1C9A
RGB
CMYK
RGB Variations
Color information
#BA1C9A (or 0xBA1C9A) is known color: Medium Violet Red. HEX triplet: BA, 1C and 9A. RGB value is (186,28,154). Sum of RGB (Red+Green+Blue) = 186+28+154=368 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.54% from 368); Green value is 28 (11.33% from 255 or 7.61% from 368); Blue value is 154 (60.55% from 255 or 41.85% from 368); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1C9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1C9A is #45E365. Grayscale: #595959. Windows color (decimal): -4580198 or 10099898. OLE color: 10099898.
HSL color Cylindrical-coordinate representation of color #BA1C9A: hue angle of 312.15º 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 #BA1C9A is Cyan = 0, Magento = 0.85, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 28 | 154 | - |
| CMYK | 0 | 0.85 | 0.17 | 0.27 |
| HSL | 312.15º | 0.74% | 0.42% | - |
| HSV(B) | 312.15º | 0.85% | 0.73% | - |
| XYZ | 26.5 | 13.6 | 31.8 | - |
| YUV | 89.61 | 164.35 | 196.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 28 | 154 | 0 | 0.85 | 0.17 | 0.27 | 312.15 | 0.74 | 0.42 |
| Hex | BA | 1C | 9A | 0 | 55 | 11 | 1B | 138 | 4A | 2A |
| Octal | 272 | 34 | 232 | 0 | 125 | 21 | 33 | 470 | 112 | 52 |
| Binary | 10111010 | 11100 | 10011010 | 0 | 1010101 | 10001 | 11011 | 100111000 | 1001010 | 101010 |
Color Harmonies of #BA1C9A
Complementary color
Monochromatic Colors of #BA1C9A
Black with #BA1C9A
Text Example
Text Example
White with #BA1C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1C9A; }
p { color: rgb(186,28,154); }
H1.HeaderClassName
{
color: #BA1C9A;
}
.AnyTagClassName
{
color: #BA1C9A;
}
</style>
background-color css
<style>
a { background-color: #BA1C9A; }
a { background-color: rgb(186,28,154); }
div.DivClassName
{
background-color: #BA1C9A;
}
.BgClassName
{
background-color: #BA1C9A;
}
</style>
border-color css
<style>
span { border-color: #BA1C9A; }
span { border-color: rgb(186,28,154); }
td.TdClassName
{
border-color: #BA1C9A;
}
.TagClassName
{
border-color: #BA1C9A;
}
</style>