Shades of Medium Violet Red #BA0092
Tints of Medium Violet Red #BA0092
RGB
CMYK
RGB Variations
Color information
#BA0092 (or 0xBA0092) is known color: Medium Violet Red. HEX triplet: BA, 00 and 92. RGB value is (186,0,146). Sum of RGB (Red+Green+Blue) = 186+0+146=332 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.02% from 332); Green value is 0 (0.39% from 255 or 0% from 332); Blue value is 146 (57.42% from 255 or 43.98% from 332); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0092 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0092 is #45FF6D. Grayscale: #474747. Windows color (decimal): -4587374 or 9568442. OLE color: 9568442.
HSL color Cylindrical-coordinate representation of color #BA0092: hue angle of 312.9º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA0092 is Cyan = 0, Magento = 1, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 0 | 146 | - |
| CMYK | 0 | 1 | 0.22 | 0.27 |
| HSL | 312.9º | 1% | 0.36% | - |
| HSV(B) | 312.9º | 1% | 0.73% | - |
| XYZ | 25.44 | 12.51 | 28.27 | - |
| YUV | 72.26 | 169.62 | 209.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 0 | 146 | 0 | 1 | 0.22 | 0.27 | 312.9 | 1 | 0.36 |
| Hex | BA | 0 | 92 | 0 | 64 | 16 | 1B | 139 | 64 | 24 |
| Octal | 272 | 0 | 222 | 0 | 144 | 26 | 33 | 471 | 144 | 44 |
| Binary | 10111010 | 0 | 10010010 | 0 | 1100100 | 10110 | 11011 | 100111001 | 1100100 | 100100 |
Color Harmonies of #BA0092
Complementary color
Monochromatic Colors of #BA0092
Black with #BA0092
Text Example
Text Example
White with #BA0092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0092; }
p { color: rgb(186,0,146); }
H1.HeaderClassName
{
color: #BA0092;
}
.AnyTagClassName
{
color: #BA0092;
}
</style>
background-color css
<style>
a { background-color: #BA0092; }
a { background-color: rgb(186,0,146); }
div.DivClassName
{
background-color: #BA0092;
}
.BgClassName
{
background-color: #BA0092;
}
</style>
border-color css
<style>
span { border-color: #BA0092; }
span { border-color: rgb(186,0,146); }
td.TdClassName
{
border-color: #BA0092;
}
.TagClassName
{
border-color: #BA0092;
}
</style>