Shades of Medium Red Violet #BA3E8C
Tints of Medium Red Violet #BA3E8C
RGB
CMYK
RGB Variations
Color information
#BA3E8C (or 0xBA3E8C) is known color: Medium Red Violet. HEX triplet: BA, 3E and 8C. RGB value is (186,62,140). Sum of RGB (Red+Green+Blue) = 186+62+140=388 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.94% from 388); Green value is 62 (24.61% from 255 or 15.98% from 388); Blue value is 140 (55.08% from 255 or 36.08% from 388); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3E8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3E8C is #45C173. Grayscale: #6B6B6B. Windows color (decimal): -4571508 or 9191098. OLE color: 9191098.
HSL color Cylindrical-coordinate representation of color #BA3E8C: hue angle of 322.26º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA3E8C is Cyan = 0, Magento = 0.67, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 62 | 140 | - |
| CMYK | 0 | 0.67 | 0.25 | 0.27 |
| HSL | 322.26º | 0.5% | 0.49% | - |
| HSV(B) | 322.26º | 0.67% | 0.73% | - |
| XYZ | 26.71 | 15.78 | 26.45 | - |
| YUV | 107.97 | 146.08 | 183.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 62 | 140 | 0 | 0.67 | 0.25 | 0.27 | 322.26 | 0.5 | 0.49 |
| Hex | BA | 3E | 8C | 0 | 43 | 19 | 1B | 142 | 32 | 31 |
| Octal | 272 | 76 | 214 | 0 | 103 | 31 | 33 | 502 | 62 | 61 |
| Binary | 10111010 | 111110 | 10001100 | 0 | 1000011 | 11001 | 11011 | 101000010 | 110010 | 110001 |
Color Harmonies of #BA3E8C
Complementary color
Monochromatic Colors of #BA3E8C
Black with #BA3E8C
Text Example
Text Example
White with #BA3E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3E8C; }
p { color: rgb(186,62,140); }
H1.HeaderClassName
{
color: #BA3E8C;
}
.AnyTagClassName
{
color: #BA3E8C;
}
</style>
background-color css
<style>
a { background-color: #BA3E8C; }
a { background-color: rgb(186,62,140); }
div.DivClassName
{
background-color: #BA3E8C;
}
.BgClassName
{
background-color: #BA3E8C;
}
</style>
border-color css
<style>
span { border-color: #BA3E8C; }
span { border-color: rgb(186,62,140); }
td.TdClassName
{
border-color: #BA3E8C;
}
.TagClassName
{
border-color: #BA3E8C;
}
</style>