Shades of Medium Red Violet #BA3095
Tints of Medium Red Violet #BA3095
RGB
CMYK
RGB Variations
Color information
#BA3095 (or 0xBA3095) is known color: Medium Red Violet. HEX triplet: BA, 30 and 95. RGB value is (186,48,149). Sum of RGB (Red+Green+Blue) = 186+48+149=383 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.56% from 383); Green value is 48 (19.14% from 255 or 12.53% from 383); Blue value is 149 (58.59% from 255 or 38.90% from 383); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3095 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3095 is #45CF6A. Grayscale: #646464. Windows color (decimal): -4575083 or 9777338. OLE color: 9777338.
HSL color Cylindrical-coordinate representation of color #BA3095: hue angle of 316.09º 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 #BA3095 is Cyan = 0, Magento = 0.74, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 48 | 149 | - |
| CMYK | 0 | 0.74 | 0.20 | 0.27 |
| HSL | 316.09º | 0.59% | 0.46% | - |
| HSV(B) | 316.09º | 0.74% | 0.73% | - |
| XYZ | 26.73 | 14.72 | 29.87 | - |
| YUV | 100.78 | 155.22 | 188.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 48 | 149 | 0 | 0.74 | 0.20 | 0.27 | 316.09 | 0.59 | 0.46 |
| Hex | BA | 30 | 95 | 0 | 4A | 14 | 1B | 13C | 3B | 2E |
| Octal | 272 | 60 | 225 | 0 | 112 | 24 | 33 | 474 | 73 | 56 |
| Binary | 10111010 | 110000 | 10010101 | 0 | 1001010 | 10100 | 11011 | 100111100 | 111011 | 101110 |
Color Harmonies of #BA3095
Complementary color
Monochromatic Colors of #BA3095
Black with #BA3095
Text Example
Text Example
White with #BA3095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3095; }
p { color: rgb(186,48,149); }
H1.HeaderClassName
{
color: #BA3095;
}
.AnyTagClassName
{
color: #BA3095;
}
</style>
background-color css
<style>
a { background-color: #BA3095; }
a { background-color: rgb(186,48,149); }
div.DivClassName
{
background-color: #BA3095;
}
.BgClassName
{
background-color: #BA3095;
}
</style>
border-color css
<style>
span { border-color: #BA3095; }
span { border-color: rgb(186,48,149); }
td.TdClassName
{
border-color: #BA3095;
}
.TagClassName
{
border-color: #BA3095;
}
</style>