Shades of Medium Violet Red #BA1BA5
Tints of Medium Violet Red #BA1BA5
RGB
CMYK
RGB Variations
Color information
#BA1BA5 (or 0xBA1BA5) is known color: Medium Violet Red. HEX triplet: BA, 1B and A5. RGB value is (186,27,165). Sum of RGB (Red+Green+Blue) = 186+27+165=378 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.21% from 378); Green value is 27 (10.94% from 255 or 7.14% from 378); Blue value is 165 (64.84% from 255 or 43.65% from 378); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1BA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1BA5 is #45E45A. Grayscale: #595959. Windows color (decimal): -4580443 or 10820538. OLE color: 10820538.
HSL color Cylindrical-coordinate representation of color #BA1BA5: hue angle of 307.92º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BA1BA5 is Cyan = 0, Magento = 0.85, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 27 | 165 | - |
| CMYK | 0 | 0.85 | 0.11 | 0.27 |
| HSL | 307.92º | 0.75% | 0.42% | - |
| HSV(B) | 307.92º | 0.85% | 0.73% | - |
| XYZ | 27.43 | 13.94 | 36.84 | - |
| YUV | 90.27 | 170.18 | 196.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 27 | 165 | 0 | 0.85 | 0.11 | 0.27 | 307.92 | 0.75 | 0.42 |
| Hex | BA | 1B | A5 | 0 | 55 | B | 1B | 134 | 4B | 2A |
| Octal | 272 | 33 | 245 | 0 | 125 | 13 | 33 | 464 | 113 | 52 |
| Binary | 10111010 | 11011 | 10100101 | 0 | 1010101 | 1011 | 11011 | 100110100 | 1001011 | 101010 |
Color Harmonies of #BA1BA5
Complementary color
Monochromatic Colors of #BA1BA5
Black with #BA1BA5
Text Example
Text Example
White with #BA1BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1BA5; }
p { color: rgb(186,27,165); }
H1.HeaderClassName
{
color: #BA1BA5;
}
.AnyTagClassName
{
color: #BA1BA5;
}
</style>
background-color css
<style>
a { background-color: #BA1BA5; }
a { background-color: rgb(186,27,165); }
div.DivClassName
{
background-color: #BA1BA5;
}
.BgClassName
{
background-color: #BA1BA5;
}
</style>
border-color css
<style>
span { border-color: #BA1BA5; }
span { border-color: rgb(186,27,165); }
td.TdClassName
{
border-color: #BA1BA5;
}
.TagClassName
{
border-color: #BA1BA5;
}
</style>