Shades of Medium Red Violet #BA4087
Tints of Medium Red Violet #BA4087
RGB
CMYK
RGB Variations
Color information
#BA4087 (or 0xBA4087) is known color: Medium Red Violet. HEX triplet: BA, 40 and 87. RGB value is (186,64,135). Sum of RGB (Red+Green+Blue) = 186+64+135=385 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.31% from 385); Green value is 64 (25.39% from 255 or 16.62% from 385); Blue value is 135 (53.12% from 255 or 35.06% from 385); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4087 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4087 is #45BF78. Grayscale: #6C6C6C. Windows color (decimal): -4571001 or 8863930. OLE color: 8863930.
HSL color Cylindrical-coordinate representation of color #BA4087: hue angle of 325.08º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA4087 is Cyan = 0, Magento = 0.66, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 64 | 135 | - |
| CMYK | 0 | 0.66 | 0.27 | 0.27 |
| HSL | 325.08º | 0.49% | 0.49% | - |
| HSV(B) | 325.08º | 0.66% | 0.73% | - |
| XYZ | 26.46 | 15.86 | 24.59 | - |
| YUV | 108.57 | 142.92 | 183.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 64 | 135 | 0 | 0.66 | 0.27 | 0.27 | 325.08 | 0.49 | 0.49 |
| Hex | BA | 40 | 87 | 0 | 42 | 1B | 1B | 145 | 31 | 31 |
| Octal | 272 | 100 | 207 | 0 | 102 | 33 | 33 | 505 | 61 | 61 |
| Binary | 10111010 | 1000000 | 10000111 | 0 | 1000010 | 11011 | 11011 | 101000101 | 110001 | 110001 |
Color Harmonies of #BA4087
Complementary color
Monochromatic Colors of #BA4087
Black with #BA4087
Text Example
Text Example
White with #BA4087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4087; }
p { color: rgb(186,64,135); }
H1.HeaderClassName
{
color: #BA4087;
}
.AnyTagClassName
{
color: #BA4087;
}
</style>
background-color css
<style>
a { background-color: #BA4087; }
a { background-color: rgb(186,64,135); }
div.DivClassName
{
background-color: #BA4087;
}
.BgClassName
{
background-color: #BA4087;
}
</style>
border-color css
<style>
span { border-color: #BA4087; }
span { border-color: rgb(186,64,135); }
td.TdClassName
{
border-color: #BA4087;
}
.TagClassName
{
border-color: #BA4087;
}
</style>