Shades of Medium Red Violet #BA3F8C
Tints of Medium Red Violet #BA3F8C
RGB
CMYK
RGB Variations
Color information
#BA3F8C (or 0xBA3F8C) is known color: Medium Red Violet. HEX triplet: BA, 3F and 8C. RGB value is (186,63,140). Sum of RGB (Red+Green+Blue) = 186+63+140=389 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.81% from 389); Green value is 63 (25% from 255 or 16.20% from 389); Blue value is 140 (55.08% from 255 or 35.99% from 389); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3F8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3F8C is #45C073. Grayscale: #6C6C6C. Windows color (decimal): -4571252 or 9191354. OLE color: 9191354.
HSL color Cylindrical-coordinate representation of color #BA3F8C: hue angle of 322.44º 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 #BA3F8C is Cyan = 0, Magento = 0.66, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 63 | 140 | - |
| CMYK | 0 | 0.66 | 0.25 | 0.27 |
| HSL | 322.44º | 0.49% | 0.49% | - |
| HSV(B) | 322.44º | 0.66% | 0.73% | - |
| XYZ | 26.76 | 15.89 | 26.47 | - |
| YUV | 108.56 | 145.75 | 183.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 63 | 140 | 0 | 0.66 | 0.25 | 0.27 | 322.44 | 0.49 | 0.49 |
| Hex | BA | 3F | 8C | 0 | 42 | 19 | 1B | 142 | 31 | 31 |
| Octal | 272 | 77 | 214 | 0 | 102 | 31 | 33 | 502 | 61 | 61 |
| Binary | 10111010 | 111111 | 10001100 | 0 | 1000010 | 11001 | 11011 | 101000010 | 110001 | 110001 |
Color Harmonies of #BA3F8C
Complementary color
Monochromatic Colors of #BA3F8C
Black with #BA3F8C
Text Example
Text Example
White with #BA3F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3F8C; }
p { color: rgb(186,63,140); }
H1.HeaderClassName
{
color: #BA3F8C;
}
.AnyTagClassName
{
color: #BA3F8C;
}
</style>
background-color css
<style>
a { background-color: #BA3F8C; }
a { background-color: rgb(186,63,140); }
div.DivClassName
{
background-color: #BA3F8C;
}
.BgClassName
{
background-color: #BA3F8C;
}
</style>
border-color css
<style>
span { border-color: #BA3F8C; }
span { border-color: rgb(186,63,140); }
td.TdClassName
{
border-color: #BA3F8C;
}
.TagClassName
{
border-color: #BA3F8C;
}
</style>