Shades of Medium Violet Red #BA1C9D
Tints of Medium Violet Red #BA1C9D
RGB
CMYK
RGB Variations
Color information
#BA1C9D (or 0xBA1C9D) is known color: Medium Violet Red. HEX triplet: BA, 1C and 9D. RGB value is (186,28,157). Sum of RGB (Red+Green+Blue) = 186+28+157=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 28 (11.33% from 255 or 7.55% from 371); Blue value is 157 (61.72% from 255 or 42.32% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1C9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1C9D is #45E362. Grayscale: #595959. Windows color (decimal): -4580195 or 10296506. OLE color: 10296506.
HSL color Cylindrical-coordinate representation of color #BA1C9D: hue angle of 311.01º 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 #BA1C9D is Cyan = 0, Magento = 0.85, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 28 | 157 | - |
| CMYK | 0 | 0.85 | 0.16 | 0.27 |
| HSL | 311.01º | 0.74% | 0.42% | - |
| HSV(B) | 311.01º | 0.85% | 0.73% | - |
| XYZ | 26.75 | 13.7 | 33.13 | - |
| YUV | 89.95 | 165.85 | 196.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 28 | 157 | 0 | 0.85 | 0.16 | 0.27 | 311.01 | 0.74 | 0.42 |
| Hex | BA | 1C | 9D | 0 | 55 | 10 | 1B | 137 | 4A | 2A |
| Octal | 272 | 34 | 235 | 0 | 125 | 20 | 33 | 467 | 112 | 52 |
| Binary | 10111010 | 11100 | 10011101 | 0 | 1010101 | 10000 | 11011 | 100110111 | 1001010 | 101010 |
Color Harmonies of #BA1C9D
Complementary color
Monochromatic Colors of #BA1C9D
Black with #BA1C9D
Text Example
Text Example
White with #BA1C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1C9D; }
p { color: rgb(186,28,157); }
H1.HeaderClassName
{
color: #BA1C9D;
}
.AnyTagClassName
{
color: #BA1C9D;
}
</style>
background-color css
<style>
a { background-color: #BA1C9D; }
a { background-color: rgb(186,28,157); }
div.DivClassName
{
background-color: #BA1C9D;
}
.BgClassName
{
background-color: #BA1C9D;
}
</style>
border-color css
<style>
span { border-color: #BA1C9D; }
span { border-color: rgb(186,28,157); }
td.TdClassName
{
border-color: #BA1C9D;
}
.TagClassName
{
border-color: #BA1C9D;
}
</style>