Shades of Medium Violet Red #BA0BA5
Tints of Medium Violet Red #BA0BA5
RGB
CMYK
RGB Variations
Color information
#BA0BA5 (or 0xBA0BA5) is known color: Medium Violet Red. HEX triplet: BA, 0B and A5. RGB value is (186,11,165). Sum of RGB (Red+Green+Blue) = 186+11+165=362 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.38% from 362); Green value is 11 (4.69% from 255 or 3.04% from 362); Blue value is 165 (64.84% from 255 or 45.58% from 362); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0BA5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0BA5 is #45F45A. Grayscale: #505050. Windows color (decimal): -4584539 or 10816442. OLE color: 10816442.
HSL color Cylindrical-coordinate representation of color #BA0BA5: hue angle of 307.2º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA0BA5 is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 11 | 165 | - |
| CMYK | 0 | 0.94 | 0.11 | 0.27 |
| HSL | 307.2º | 0.89% | 0.39% | - |
| HSV(B) | 307.2º | 0.94% | 0.73% | - |
| XYZ | 27.16 | 13.4 | 36.75 | - |
| YUV | 80.88 | 175.48 | 202.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 11 | 165 | 0 | 0.94 | 0.11 | 0.27 | 307.2 | 0.89 | 0.39 |
| Hex | BA | B | A5 | 0 | 5E | B | 1B | 133 | 59 | 27 |
| Octal | 272 | 13 | 245 | 0 | 136 | 13 | 33 | 463 | 131 | 47 |
| Binary | 10111010 | 1011 | 10100101 | 0 | 1011110 | 1011 | 11011 | 100110011 | 1011001 | 100111 |
Color Harmonies of #BA0BA5
Complementary color
Monochromatic Colors of #BA0BA5
Black with #BA0BA5
Text Example
Text Example
White with #BA0BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0BA5; }
p { color: rgb(186,11,165); }
H1.HeaderClassName
{
color: #BA0BA5;
}
.AnyTagClassName
{
color: #BA0BA5;
}
</style>
background-color css
<style>
a { background-color: #BA0BA5; }
a { background-color: rgb(186,11,165); }
div.DivClassName
{
background-color: #BA0BA5;
}
.BgClassName
{
background-color: #BA0BA5;
}
</style>
border-color css
<style>
span { border-color: #BA0BA5; }
span { border-color: rgb(186,11,165); }
td.TdClassName
{
border-color: #BA0BA5;
}
.TagClassName
{
border-color: #BA0BA5;
}
</style>