Shades of Medium Violet Red #BA139C
Tints of Medium Violet Red #BA139C
RGB
CMYK
RGB Variations
Color information
#BA139C (or 0xBA139C) is known color: Medium Violet Red. HEX triplet: BA, 13 and 9C. RGB value is (186,19,156). Sum of RGB (Red+Green+Blue) = 186+19+156=361 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.52% from 361); Green value is 19 (7.81% from 255 or 5.26% from 361); Blue value is 156 (61.33% from 255 or 43.21% from 361); Max value from RGB is 186 - color contains mainly: red. Hex color #BA139C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA139C is #45EC63. Grayscale: #545454. Windows color (decimal): -4582500 or 10228666. OLE color: 10228666.
HSL color Cylindrical-coordinate representation of color #BA139C: hue angle of 310.78º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA139C is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 19 | 156 | - |
| CMYK | 0 | 0.90 | 0.16 | 0.27 |
| HSL | 310.78º | 0.81% | 0.4% | - |
| HSV(B) | 310.78º | 0.9% | 0.73% | - |
| XYZ | 26.48 | 13.31 | 32.62 | - |
| YUV | 84.55 | 168.33 | 200.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 19 | 156 | 0 | 0.90 | 0.16 | 0.27 | 310.78 | 0.81 | 0.4 |
| Hex | BA | 13 | 9C | 0 | 5A | 10 | 1B | 137 | 51 | 28 |
| Octal | 272 | 23 | 234 | 0 | 132 | 20 | 33 | 467 | 121 | 50 |
| Binary | 10111010 | 10011 | 10011100 | 0 | 1011010 | 10000 | 11011 | 100110111 | 1010001 | 101000 |
Color Harmonies of #BA139C
Complementary color
Monochromatic Colors of #BA139C
Black with #BA139C
Text Example
Text Example
White with #BA139C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA139C; }
p { color: rgb(186,19,156); }
H1.HeaderClassName
{
color: #BA139C;
}
.AnyTagClassName
{
color: #BA139C;
}
</style>
background-color css
<style>
a { background-color: #BA139C; }
a { background-color: rgb(186,19,156); }
div.DivClassName
{
background-color: #BA139C;
}
.BgClassName
{
background-color: #BA139C;
}
</style>
border-color css
<style>
span { border-color: #BA139C; }
span { border-color: rgb(186,19,156); }
td.TdClassName
{
border-color: #BA139C;
}
.TagClassName
{
border-color: #BA139C;
}
</style>