Shades of Medium Red Violet #BA3287
Tints of Medium Red Violet #BA3287
RGB
CMYK
RGB Variations
Color information
#BA3287 (or 0xBA3287) is known color: Medium Red Violet. HEX triplet: BA, 32 and 87. RGB value is (186,50,135). Sum of RGB (Red+Green+Blue) = 186+50+135=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 50 (19.92% from 255 or 13.48% from 371); Blue value is 135 (53.12% from 255 or 36.39% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3287 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3287 is #45CD78. Grayscale: #646464. Windows color (decimal): -4574585 or 8860346. OLE color: 8860346.
HSL color Cylindrical-coordinate representation of color #BA3287: hue angle of 322.5º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA3287 is Cyan = 0, Magento = 0.73, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 50 | 135 | - |
| CMYK | 0 | 0.73 | 0.27 | 0.27 |
| HSL | 322.5º | 0.58% | 0.46% | - |
| HSV(B) | 322.5º | 0.73% | 0.73% | - |
| XYZ | 25.76 | 14.47 | 24.36 | - |
| YUV | 100.35 | 147.56 | 189.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 50 | 135 | 0 | 0.73 | 0.27 | 0.27 | 322.5 | 0.58 | 0.46 |
| Hex | BA | 32 | 87 | 0 | 49 | 1B | 1B | 142 | 3A | 2E |
| Octal | 272 | 62 | 207 | 0 | 111 | 33 | 33 | 502 | 72 | 56 |
| Binary | 10111010 | 110010 | 10000111 | 0 | 1001001 | 11011 | 11011 | 101000010 | 111010 | 101110 |
Color Harmonies of #BA3287
Complementary color
Monochromatic Colors of #BA3287
Black with #BA3287
Text Example
Text Example
White with #BA3287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3287; }
p { color: rgb(186,50,135); }
H1.HeaderClassName
{
color: #BA3287;
}
.AnyTagClassName
{
color: #BA3287;
}
</style>
background-color css
<style>
a { background-color: #BA3287; }
a { background-color: rgb(186,50,135); }
div.DivClassName
{
background-color: #BA3287;
}
.BgClassName
{
background-color: #BA3287;
}
</style>
border-color css
<style>
span { border-color: #BA3287; }
span { border-color: rgb(186,50,135); }
td.TdClassName
{
border-color: #BA3287;
}
.TagClassName
{
border-color: #BA3287;
}
</style>