Shades of Medium Violet Red #BA1A9C
Tints of Medium Violet Red #BA1A9C
RGB
CMYK
RGB Variations
Color information
#BA1A9C (or 0xBA1A9C) is known color: Medium Violet Red. HEX triplet: BA, 1A and 9C. RGB value is (186,26,156). Sum of RGB (Red+Green+Blue) = 186+26+156=368 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.54% from 368); Green value is 26 (10.55% from 255 or 7.07% from 368); Blue value is 156 (61.33% from 255 or 42.39% from 368); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1A9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1A9C is #45E563. Grayscale: #585858. Windows color (decimal): -4580708 or 10230458. OLE color: 10230458.
HSL color Cylindrical-coordinate representation of color #BA1A9C: hue angle of 311.25º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BA1A9C is Cyan = 0, Magento = 0.86, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 26 | 156 | - |
| CMYK | 0 | 0.86 | 0.16 | 0.27 |
| HSL | 311.25º | 0.75% | 0.42% | - |
| HSV(B) | 311.25º | 0.86% | 0.73% | - |
| XYZ | 26.62 | 13.58 | 32.67 | - |
| YUV | 88.66 | 166.01 | 197.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 26 | 156 | 0 | 0.86 | 0.16 | 0.27 | 311.25 | 0.75 | 0.42 |
| Hex | BA | 1A | 9C | 0 | 56 | 10 | 1B | 137 | 4B | 2A |
| Octal | 272 | 32 | 234 | 0 | 126 | 20 | 33 | 467 | 113 | 52 |
| Binary | 10111010 | 11010 | 10011100 | 0 | 1010110 | 10000 | 11011 | 100110111 | 1001011 | 101010 |
Color Harmonies of #BA1A9C
Complementary color
Monochromatic Colors of #BA1A9C
Black with #BA1A9C
Text Example
Text Example
White with #BA1A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1A9C; }
p { color: rgb(186,26,156); }
H1.HeaderClassName
{
color: #BA1A9C;
}
.AnyTagClassName
{
color: #BA1A9C;
}
</style>
background-color css
<style>
a { background-color: #BA1A9C; }
a { background-color: rgb(186,26,156); }
div.DivClassName
{
background-color: #BA1A9C;
}
.BgClassName
{
background-color: #BA1A9C;
}
</style>
border-color css
<style>
span { border-color: #BA1A9C; }
span { border-color: rgb(186,26,156); }
td.TdClassName
{
border-color: #BA1A9C;
}
.TagClassName
{
border-color: #BA1A9C;
}
</style>