Shades of Medium Red Violet #BA309B
Tints of Medium Red Violet #BA309B
RGB
CMYK
RGB Variations
Color information
#BA309B (or 0xBA309B) is known color: Medium Red Violet. HEX triplet: BA, 30 and 9B. RGB value is (186,48,155). Sum of RGB (Red+Green+Blue) = 186+48+155=389 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.81% from 389); Green value is 48 (19.14% from 255 or 12.34% from 389); Blue value is 155 (60.94% from 255 or 39.85% from 389); Max value from RGB is 186 - color contains mainly: red. Hex color #BA309B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA309B is #45CF64. Grayscale: #656565. Windows color (decimal): -4575077 or 10170554. OLE color: 10170554.
HSL color Cylindrical-coordinate representation of color #BA309B: hue angle of 313.48º 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 #BA309B is Cyan = 0, Magento = 0.74, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 48 | 155 | - |
| CMYK | 0 | 0.74 | 0.17 | 0.27 |
| HSL | 313.48º | 0.59% | 0.46% | - |
| HSV(B) | 313.48º | 0.74% | 0.73% | - |
| XYZ | 27.22 | 14.92 | 32.46 | - |
| YUV | 101.46 | 158.22 | 188.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 48 | 155 | 0 | 0.74 | 0.17 | 0.27 | 313.48 | 0.59 | 0.46 |
| Hex | BA | 30 | 9B | 0 | 4A | 11 | 1B | 139 | 3B | 2E |
| Octal | 272 | 60 | 233 | 0 | 112 | 21 | 33 | 471 | 73 | 56 |
| Binary | 10111010 | 110000 | 10011011 | 0 | 1001010 | 10001 | 11011 | 100111001 | 111011 | 101110 |
Color Harmonies of #BA309B
Complementary color
Monochromatic Colors of #BA309B
Black with #BA309B
Text Example
Text Example
White with #BA309B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA309B; }
p { color: rgb(186,48,155); }
H1.HeaderClassName
{
color: #BA309B;
}
.AnyTagClassName
{
color: #BA309B;
}
</style>
background-color css
<style>
a { background-color: #BA309B; }
a { background-color: rgb(186,48,155); }
div.DivClassName
{
background-color: #BA309B;
}
.BgClassName
{
background-color: #BA309B;
}
</style>
border-color css
<style>
span { border-color: #BA309B; }
span { border-color: rgb(186,48,155); }
td.TdClassName
{
border-color: #BA309B;
}
.TagClassName
{
border-color: #BA309B;
}
</style>