Shades of Medium Violet Red #BA1392
Tints of Medium Violet Red #BA1392
RGB
CMYK
RGB Variations
Color information
#BA1392 (or 0xBA1392) is known color: Medium Violet Red. HEX triplet: BA, 13 and 92. RGB value is (186,19,146). Sum of RGB (Red+Green+Blue) = 186+19+146=351 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.99% from 351); Green value is 19 (7.81% from 255 or 5.41% from 351); Blue value is 146 (57.42% from 255 or 41.60% from 351); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1392 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1392 is #45EC6D. Grayscale: #535353. Windows color (decimal): -4582510 or 9573306. OLE color: 9573306.
HSL color Cylindrical-coordinate representation of color #BA1392: hue angle of 314.37º 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 #BA1392 is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 19 | 146 | - |
| CMYK | 0 | 0.90 | 0.22 | 0.27 |
| HSL | 314.37º | 0.81% | 0.4% | - |
| HSV(B) | 314.37º | 0.9% | 0.73% | - |
| XYZ | 25.67 | 12.98 | 28.35 | - |
| YUV | 83.41 | 163.33 | 201.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 19 | 146 | 0 | 0.90 | 0.22 | 0.27 | 314.37 | 0.81 | 0.4 |
| Hex | BA | 13 | 92 | 0 | 5A | 16 | 1B | 13A | 51 | 28 |
| Octal | 272 | 23 | 222 | 0 | 132 | 26 | 33 | 472 | 121 | 50 |
| Binary | 10111010 | 10011 | 10010010 | 0 | 1011010 | 10110 | 11011 | 100111010 | 1010001 | 101000 |
Color Harmonies of #BA1392
Complementary color
Monochromatic Colors of #BA1392
Black with #BA1392
Text Example
Text Example
White with #BA1392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1392; }
p { color: rgb(186,19,146); }
H1.HeaderClassName
{
color: #BA1392;
}
.AnyTagClassName
{
color: #BA1392;
}
</style>
background-color css
<style>
a { background-color: #BA1392; }
a { background-color: rgb(186,19,146); }
div.DivClassName
{
background-color: #BA1392;
}
.BgClassName
{
background-color: #BA1392;
}
</style>
border-color css
<style>
span { border-color: #BA1392; }
span { border-color: rgb(186,19,146); }
td.TdClassName
{
border-color: #BA1392;
}
.TagClassName
{
border-color: #BA1392;
}
</style>