Shades of Medium Violet Red #BA0983
Tints of Medium Violet Red #BA0983
RGB
CMYK
RGB Variations
Color information
#BA0983 (or 0xBA0983) is known color: Medium Violet Red. HEX triplet: BA, 09 and 83. RGB value is (186,9,131). Sum of RGB (Red+Green+Blue) = 186+9+131=326 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.06% from 326); Green value is 9 (3.91% from 255 or 2.76% from 326); Blue value is 131 (51.56% from 255 or 40.18% from 326); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0983 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0983 is #45F67C. Grayscale: #4B4B4B. Windows color (decimal): -4585085 or 8587706. OLE color: 8587706.
HSL color Cylindrical-coordinate representation of color #BA0983: hue angle of 318.64º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA0983 is Cyan = 0, Magento = 0.95, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 9 | 131 | - |
| CMYK | 0 | 0.95 | 0.30 | 0.27 |
| HSL | 318.64º | 0.91% | 0.38% | - |
| HSV(B) | 318.64º | 0.95% | 0.73% | - |
| XYZ | 24.44 | 12.27 | 22.55 | - |
| YUV | 75.83 | 159.14 | 206.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 9 | 131 | 0 | 0.95 | 0.30 | 0.27 | 318.64 | 0.91 | 0.38 |
| Hex | BA | 9 | 83 | 0 | 5F | 1E | 1B | 13F | 5B | 26 |
| Octal | 272 | 11 | 203 | 0 | 137 | 36 | 33 | 477 | 133 | 46 |
| Binary | 10111010 | 1001 | 10000011 | 0 | 1011111 | 11110 | 11011 | 100111111 | 1011011 | 100110 |
Color Harmonies of #BA0983
Complementary color
Monochromatic Colors of #BA0983
Black with #BA0983
Text Example
Text Example
White with #BA0983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0983; }
p { color: rgb(186,9,131); }
H1.HeaderClassName
{
color: #BA0983;
}
.AnyTagClassName
{
color: #BA0983;
}
</style>
background-color css
<style>
a { background-color: #BA0983; }
a { background-color: rgb(186,9,131); }
div.DivClassName
{
background-color: #BA0983;
}
.BgClassName
{
background-color: #BA0983;
}
</style>
border-color css
<style>
span { border-color: #BA0983; }
span { border-color: rgb(186,9,131); }
td.TdClassName
{
border-color: #BA0983;
}
.TagClassName
{
border-color: #BA0983;
}
</style>