Shades of Medium Violet Red #BA0084
Tints of Medium Violet Red #BA0084
RGB
CMYK
RGB Variations
Color information
#BA0084 (or 0xBA0084) is known color: Medium Violet Red. HEX triplet: BA, 00 and 84. RGB value is (186,0,132). Sum of RGB (Red+Green+Blue) = 186+0+132=318 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.49% from 318); Green value is 0 (0.39% from 255 or 0% from 318); Blue value is 132 (51.95% from 255 or 41.51% from 318); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0084 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0084 is #45FF7B. Grayscale: #464646. Windows color (decimal): -4587388 or 8650938. OLE color: 8650938.
HSL color Cylindrical-coordinate representation of color #BA0084: hue angle of 317.42º 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 #BA0084 is Cyan = 0, Magento = 1, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 0 | 132 | - |
| CMYK | 0 | 1 | 0.29 | 0.27 |
| HSL | 317.42º | 1% | 0.36% | - |
| HSV(B) | 317.42º | 1% | 0.73% | - |
| XYZ | 24.41 | 12.11 | 22.88 | - |
| YUV | 70.66 | 162.62 | 210.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 0 | 132 | 0 | 1 | 0.29 | 0.27 | 317.42 | 1 | 0.36 |
| Hex | BA | 0 | 84 | 0 | 64 | 1D | 1B | 13D | 64 | 24 |
| Octal | 272 | 0 | 204 | 0 | 144 | 35 | 33 | 475 | 144 | 44 |
| Binary | 10111010 | 0 | 10000100 | 0 | 1100100 | 11101 | 11011 | 100111101 | 1100100 | 100100 |
Color Harmonies of #BA0084
Complementary color
Monochromatic Colors of #BA0084
Black with #BA0084
Text Example
Text Example
White with #BA0084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0084; }
p { color: rgb(186,0,132); }
H1.HeaderClassName
{
color: #BA0084;
}
.AnyTagClassName
{
color: #BA0084;
}
</style>
background-color css
<style>
a { background-color: #BA0084; }
a { background-color: rgb(186,0,132); }
div.DivClassName
{
background-color: #BA0084;
}
.BgClassName
{
background-color: #BA0084;
}
</style>
border-color css
<style>
span { border-color: #BA0084; }
span { border-color: rgb(186,0,132); }
td.TdClassName
{
border-color: #BA0084;
}
.TagClassName
{
border-color: #BA0084;
}
</style>