Shades of Medium Violet Red #BA0985
Tints of Medium Violet Red #BA0985
RGB
CMYK
RGB Variations
Color information
#BA0985 (or 0xBA0985) is known color: Medium Violet Red. HEX triplet: BA, 09 and 85. RGB value is (186,9,133). Sum of RGB (Red+Green+Blue) = 186+9+133=328 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.71% from 328); Green value is 9 (3.91% from 255 or 2.74% from 328); Blue value is 133 (52.34% from 255 or 40.55% from 328); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0985 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0985 is #45F67A. Grayscale: #4B4B4B. Windows color (decimal): -4585083 or 8718778. OLE color: 8718778.
HSL color Cylindrical-coordinate representation of color #BA0985: hue angle of 317.97º 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 #BA0985 is Cyan = 0, Magento = 0.95, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 9 | 133 | - |
| CMYK | 0 | 0.95 | 0.28 | 0.27 |
| HSL | 317.97º | 0.91% | 0.38% | - |
| HSV(B) | 317.97º | 0.95% | 0.73% | - |
| XYZ | 24.58 | 12.33 | 23.27 | - |
| YUV | 76.06 | 160.14 | 206.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 9 | 133 | 0 | 0.95 | 0.28 | 0.27 | 317.97 | 0.91 | 0.38 |
| Hex | BA | 9 | 85 | 0 | 5F | 1C | 1B | 13E | 5B | 26 |
| Octal | 272 | 11 | 205 | 0 | 137 | 34 | 33 | 476 | 133 | 46 |
| Binary | 10111010 | 1001 | 10000101 | 0 | 1011111 | 11100 | 11011 | 100111110 | 1011011 | 100110 |
Color Harmonies of #BA0985
Complementary color
Monochromatic Colors of #BA0985
Black with #BA0985
Text Example
Text Example
White with #BA0985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0985; }
p { color: rgb(186,9,133); }
H1.HeaderClassName
{
color: #BA0985;
}
.AnyTagClassName
{
color: #BA0985;
}
</style>
background-color css
<style>
a { background-color: #BA0985; }
a { background-color: rgb(186,9,133); }
div.DivClassName
{
background-color: #BA0985;
}
.BgClassName
{
background-color: #BA0985;
}
</style>
border-color css
<style>
span { border-color: #BA0985; }
span { border-color: rgb(186,9,133); }
td.TdClassName
{
border-color: #BA0985;
}
.TagClassName
{
border-color: #BA0985;
}
</style>