Shades of Medium Violet Red #BA0884
Tints of Medium Violet Red #BA0884
RGB
CMYK
RGB Variations
Color information
#BA0884 (or 0xBA0884) is known color: Medium Violet Red. HEX triplet: BA, 08 and 84. RGB value is (186,8,132). Sum of RGB (Red+Green+Blue) = 186+8+132=326 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.06% from 326); Green value is 8 (3.52% from 255 or 2.45% from 326); Blue value is 132 (51.95% from 255 or 40.49% from 326); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0884 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0884 is #45F77B. Grayscale: #4B4B4B. Windows color (decimal): -4585340 or 8652986. OLE color: 8652986.
HSL color Cylindrical-coordinate representation of color #BA0884: hue angle of 318.2º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA0884 is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 8 | 132 | - |
| CMYK | 0 | 0.96 | 0.29 | 0.27 |
| HSL | 318.2º | 0.92% | 0.38% | - |
| HSV(B) | 318.2º | 0.96% | 0.73% | - |
| XYZ | 24.5 | 12.28 | 22.91 | - |
| YUV | 75.36 | 159.97 | 206.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 8 | 132 | 0 | 0.96 | 0.29 | 0.27 | 318.2 | 0.92 | 0.38 |
| Hex | BA | 8 | 84 | 0 | 60 | 1D | 1B | 13E | 5C | 26 |
| Octal | 272 | 10 | 204 | 0 | 140 | 35 | 33 | 476 | 134 | 46 |
| Binary | 10111010 | 1000 | 10000100 | 0 | 1100000 | 11101 | 11011 | 100111110 | 1011100 | 100110 |
Color Harmonies of #BA0884
Complementary color
Monochromatic Colors of #BA0884
Black with #BA0884
Text Example
Text Example
White with #BA0884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0884; }
p { color: rgb(186,8,132); }
H1.HeaderClassName
{
color: #BA0884;
}
.AnyTagClassName
{
color: #BA0884;
}
</style>
background-color css
<style>
a { background-color: #BA0884; }
a { background-color: rgb(186,8,132); }
div.DivClassName
{
background-color: #BA0884;
}
.BgClassName
{
background-color: #BA0884;
}
</style>
border-color css
<style>
span { border-color: #BA0884; }
span { border-color: rgb(186,8,132); }
td.TdClassName
{
border-color: #BA0884;
}
.TagClassName
{
border-color: #BA0884;
}
</style>