Shades of Medium Violet Red #BA0184
Tints of Medium Violet Red #BA0184
RGB
CMYK
RGB Variations
Color information
#BA0184 (or 0xBA0184) is known color: Medium Violet Red. HEX triplet: BA, 01 and 84. RGB value is (186,1,132). Sum of RGB (Red+Green+Blue) = 186+1+132=319 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.31% from 319); Green value is 1 (0.78% from 255 or 0.31% from 319); Blue value is 132 (51.95% from 255 or 41.38% from 319); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0184 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0184 is #45FE7B. Grayscale: #464646. Windows color (decimal): -4587132 or 8651194. OLE color: 8651194.
HSL color Cylindrical-coordinate representation of color #BA0184: hue angle of 317.51º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA0184 is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 1 | 132 | - |
| CMYK | 0 | 0.99 | 0.29 | 0.27 |
| HSL | 317.51º | 0.99% | 0.37% | - |
| HSV(B) | 317.51º | 0.99% | 0.73% | - |
| XYZ | 24.43 | 12.13 | 22.88 | - |
| YUV | 71.25 | 162.29 | 209.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 1 | 132 | 0 | 0.99 | 0.29 | 0.27 | 317.51 | 0.99 | 0.37 |
| Hex | BA | 1 | 84 | 0 | 63 | 1D | 1B | 13E | 63 | 25 |
| Octal | 272 | 1 | 204 | 0 | 143 | 35 | 33 | 476 | 143 | 45 |
| Binary | 10111010 | 1 | 10000100 | 0 | 1100011 | 11101 | 11011 | 100111110 | 1100011 | 100101 |
Color Harmonies of #BA0184
Complementary color
Monochromatic Colors of #BA0184
Black with #BA0184
Text Example
Text Example
White with #BA0184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0184; }
p { color: rgb(186,1,132); }
H1.HeaderClassName
{
color: #BA0184;
}
.AnyTagClassName
{
color: #BA0184;
}
</style>
background-color css
<style>
a { background-color: #BA0184; }
a { background-color: rgb(186,1,132); }
div.DivClassName
{
background-color: #BA0184;
}
.BgClassName
{
background-color: #BA0184;
}
</style>
border-color css
<style>
span { border-color: #BA0184; }
span { border-color: rgb(186,1,132); }
td.TdClassName
{
border-color: #BA0184;
}
.TagClassName
{
border-color: #BA0184;
}
</style>