Shades of Medium Violet Red #BA0392
Tints of Medium Violet Red #BA0392
RGB
CMYK
RGB Variations
Color information
#BA0392 (or 0xBA0392) is known color: Medium Violet Red. HEX triplet: BA, 03 and 92. RGB value is (186,3,146). Sum of RGB (Red+Green+Blue) = 186+3+146=335 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.52% from 335); Green value is 3 (1.56% from 255 or 0.90% from 335); Blue value is 146 (57.42% from 255 or 43.58% from 335); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0392 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0392 is #45FC6D. Grayscale: #494949. Windows color (decimal): -4586606 or 9569210. OLE color: 9569210.
HSL color Cylindrical-coordinate representation of color #BA0392: hue angle of 313.11º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA0392 is Cyan = 0, Magento = 0.98, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 3 | 146 | - |
| CMYK | 0 | 0.98 | 0.22 | 0.27 |
| HSL | 313.11º | 0.97% | 0.37% | - |
| HSV(B) | 313.11º | 0.98% | 0.73% | - |
| XYZ | 25.47 | 12.58 | 28.28 | - |
| YUV | 74.02 | 168.63 | 207.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 3 | 146 | 0 | 0.98 | 0.22 | 0.27 | 313.11 | 0.97 | 0.37 |
| Hex | BA | 3 | 92 | 0 | 62 | 16 | 1B | 139 | 61 | 25 |
| Octal | 272 | 3 | 222 | 0 | 142 | 26 | 33 | 471 | 141 | 45 |
| Binary | 10111010 | 11 | 10010010 | 0 | 1100010 | 10110 | 11011 | 100111001 | 1100001 | 100101 |
Color Harmonies of #BA0392
Complementary color
Monochromatic Colors of #BA0392
Black with #BA0392
Text Example
Text Example
White with #BA0392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0392; }
p { color: rgb(186,3,146); }
H1.HeaderClassName
{
color: #BA0392;
}
.AnyTagClassName
{
color: #BA0392;
}
</style>
background-color css
<style>
a { background-color: #BA0392; }
a { background-color: rgb(186,3,146); }
div.DivClassName
{
background-color: #BA0392;
}
.BgClassName
{
background-color: #BA0392;
}
</style>
border-color css
<style>
span { border-color: #BA0392; }
span { border-color: rgb(186,3,146); }
td.TdClassName
{
border-color: #BA0392;
}
.TagClassName
{
border-color: #BA0392;
}
</style>