Shades of Medium Red Violet #BA3D8F
Tints of Medium Red Violet #BA3D8F
RGB
CMYK
RGB Variations
Color information
#BA3D8F (or 0xBA3D8F) is known color: Medium Red Violet. HEX triplet: BA, 3D and 8F. RGB value is (186,61,143). Sum of RGB (Red+Green+Blue) = 186+61+143=390 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.69% from 390); Green value is 61 (24.22% from 255 or 15.64% from 390); Blue value is 143 (56.25% from 255 or 36.67% from 390); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3D8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3D8F is #45C270. Grayscale: #6B6B6B. Windows color (decimal): -4571761 or 9387450. OLE color: 9387450.
HSL color Cylindrical-coordinate representation of color #BA3D8F: hue angle of 320.64º 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 #BA3D8F is Cyan = 0, Magento = 0.67, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 61 | 143 | - |
| CMYK | 0 | 0.67 | 0.23 | 0.27 |
| HSL | 320.64º | 0.51% | 0.48% | - |
| HSV(B) | 320.64º | 0.67% | 0.73% | - |
| XYZ | 26.88 | 15.76 | 27.61 | - |
| YUV | 107.72 | 147.91 | 183.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 61 | 143 | 0 | 0.67 | 0.23 | 0.27 | 320.64 | 0.51 | 0.48 |
| Hex | BA | 3D | 8F | 0 | 43 | 17 | 1B | 141 | 33 | 30 |
| Octal | 272 | 75 | 217 | 0 | 103 | 27 | 33 | 501 | 63 | 60 |
| Binary | 10111010 | 111101 | 10001111 | 0 | 1000011 | 10111 | 11011 | 101000001 | 110011 | 110000 |
Color Harmonies of #BA3D8F
Complementary color
Monochromatic Colors of #BA3D8F
Black with #BA3D8F
Text Example
Text Example
White with #BA3D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3D8F; }
p { color: rgb(186,61,143); }
H1.HeaderClassName
{
color: #BA3D8F;
}
.AnyTagClassName
{
color: #BA3D8F;
}
</style>
background-color css
<style>
a { background-color: #BA3D8F; }
a { background-color: rgb(186,61,143); }
div.DivClassName
{
background-color: #BA3D8F;
}
.BgClassName
{
background-color: #BA3D8F;
}
</style>
border-color css
<style>
span { border-color: #BA3D8F; }
span { border-color: rgb(186,61,143); }
td.TdClassName
{
border-color: #BA3D8F;
}
.TagClassName
{
border-color: #BA3D8F;
}
</style>