Shades of Medium Red Violet #BA3075
Tints of Medium Red Violet #BA3075
RGB
CMYK
RGB Variations
Color information
#BA3075 (or 0xBA3075) is known color: Medium Red Violet. HEX triplet: BA, 30 and 75. RGB value is (186,48,117). Sum of RGB (Red+Green+Blue) = 186+48+117=351 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.99% from 351); Green value is 48 (19.14% from 255 or 13.68% from 351); Blue value is 117 (46.09% from 255 or 33.33% from 351); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3075 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3075 is #45CF8A. Grayscale: #606060. Windows color (decimal): -4575115 or 7680186. OLE color: 7680186.
HSL color Cylindrical-coordinate representation of color #BA3075: hue angle of 330º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA3075 is Cyan = 0, Magento = 0.74, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 48 | 117 | - |
| CMYK | 0 | 0.74 | 0.37 | 0.27 |
| HSL | 330º | 0.59% | 0.46% | - |
| HSV(B) | 330º | 0.74% | 0.73% | - |
| XYZ | 24.52 | 13.84 | 18.21 | - |
| YUV | 97.13 | 139.22 | 191.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 48 | 117 | 0 | 0.74 | 0.37 | 0.27 | 330 | 0.59 | 0.46 |
| Hex | BA | 30 | 75 | 0 | 4A | 25 | 1B | 14A | 3B | 2E |
| Octal | 272 | 60 | 165 | 0 | 112 | 45 | 33 | 512 | 73 | 56 |
| Binary | 10111010 | 110000 | 1110101 | 0 | 1001010 | 100101 | 11011 | 101001010 | 111011 | 101110 |
Color Harmonies of #BA3075
Complementary color
Monochromatic Colors of #BA3075
Black with #BA3075
Text Example
Text Example
White with #BA3075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3075; }
p { color: rgb(186,48,117); }
H1.HeaderClassName
{
color: #BA3075;
}
.AnyTagClassName
{
color: #BA3075;
}
</style>
background-color css
<style>
a { background-color: #BA3075; }
a { background-color: rgb(186,48,117); }
div.DivClassName
{
background-color: #BA3075;
}
.BgClassName
{
background-color: #BA3075;
}
</style>
border-color css
<style>
span { border-color: #BA3075; }
span { border-color: rgb(186,48,117); }
td.TdClassName
{
border-color: #BA3075;
}
.TagClassName
{
border-color: #BA3075;
}
</style>