Shades of Medium Violet Red #BA1084
Tints of Medium Violet Red #BA1084
RGB
CMYK
RGB Variations
Color information
#BA1084 (or 0xBA1084) is known color: Medium Violet Red. HEX triplet: BA, 10 and 84. RGB value is (186,16,132). Sum of RGB (Red+Green+Blue) = 186+16+132=334 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.69% from 334); Green value is 16 (6.64% from 255 or 4.79% from 334); Blue value is 132 (51.95% from 255 or 39.52% from 334); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1084 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1084 is #45EF7B. Grayscale: #4F4F4F. Windows color (decimal): -4583292 or 8655034. OLE color: 8655034.
HSL color Cylindrical-coordinate representation of color #BA1084: hue angle of 319.06º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA1084 is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 16 | 132 | - |
| CMYK | 0 | 0.91 | 0.29 | 0.27 |
| HSL | 319.06º | 0.84% | 0.4% | - |
| HSV(B) | 319.06º | 0.91% | 0.73% | - |
| XYZ | 24.6 | 12.48 | 22.94 | - |
| YUV | 80.05 | 157.32 | 203.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 16 | 132 | 0 | 0.91 | 0.29 | 0.27 | 319.06 | 0.84 | 0.4 |
| Hex | BA | 10 | 84 | 0 | 5B | 1D | 1B | 13F | 54 | 28 |
| Octal | 272 | 20 | 204 | 0 | 133 | 35 | 33 | 477 | 124 | 50 |
| Binary | 10111010 | 10000 | 10000100 | 0 | 1011011 | 11101 | 11011 | 100111111 | 1010100 | 101000 |
Color Harmonies of #BA1084
Complementary color
Monochromatic Colors of #BA1084
Black with #BA1084
Text Example
Text Example
White with #BA1084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1084; }
p { color: rgb(186,16,132); }
H1.HeaderClassName
{
color: #BA1084;
}
.AnyTagClassName
{
color: #BA1084;
}
</style>
background-color css
<style>
a { background-color: #BA1084; }
a { background-color: rgb(186,16,132); }
div.DivClassName
{
background-color: #BA1084;
}
.BgClassName
{
background-color: #BA1084;
}
</style>
border-color css
<style>
span { border-color: #BA1084; }
span { border-color: rgb(186,16,132); }
td.TdClassName
{
border-color: #BA1084;
}
.TagClassName
{
border-color: #BA1084;
}
</style>