Shades of Medium Red Violet #BA3D9E
Tints of Medium Red Violet #BA3D9E
RGB
CMYK
RGB Variations
Color information
#BA3D9E (or 0xBA3D9E) is known color: Medium Red Violet. HEX triplet: BA, 3D and 9E. RGB value is (186,61,158). Sum of RGB (Red+Green+Blue) = 186+61+158=405 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.93% from 405); Green value is 61 (24.22% from 255 or 15.06% from 405); Blue value is 158 (62.11% from 255 or 39.01% from 405); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3D9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3D9E is #45C261. Grayscale: #6D6D6D. Windows color (decimal): -4571746 or 10370490. OLE color: 10370490.
HSL color Cylindrical-coordinate representation of color #BA3D9E: hue angle of 313.44º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA3D9E is Cyan = 0, Magento = 0.67, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 61 | 158 | - |
| CMYK | 0 | 0.67 | 0.15 | 0.27 |
| HSL | 313.44º | 0.51% | 0.48% | - |
| HSV(B) | 313.44º | 0.67% | 0.73% | - |
| XYZ | 28.09 | 16.25 | 34 | - |
| YUV | 109.43 | 155.41 | 182.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 61 | 158 | 0 | 0.67 | 0.15 | 0.27 | 313.44 | 0.51 | 0.48 |
| Hex | BA | 3D | 9E | 0 | 43 | F | 1B | 139 | 33 | 30 |
| Octal | 272 | 75 | 236 | 0 | 103 | 17 | 33 | 471 | 63 | 60 |
| Binary | 10111010 | 111101 | 10011110 | 0 | 1000011 | 1111 | 11011 | 100111001 | 110011 | 110000 |
Color Harmonies of #BA3D9E
Complementary color
Monochromatic Colors of #BA3D9E
Black with #BA3D9E
Text Example
Text Example
White with #BA3D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3D9E; }
p { color: rgb(186,61,158); }
H1.HeaderClassName
{
color: #BA3D9E;
}
.AnyTagClassName
{
color: #BA3D9E;
}
</style>
background-color css
<style>
a { background-color: #BA3D9E; }
a { background-color: rgb(186,61,158); }
div.DivClassName
{
background-color: #BA3D9E;
}
.BgClassName
{
background-color: #BA3D9E;
}
</style>
border-color css
<style>
span { border-color: #BA3D9E; }
span { border-color: rgb(186,61,158); }
td.TdClassName
{
border-color: #BA3D9E;
}
.TagClassName
{
border-color: #BA3D9E;
}
</style>