Shades of Medium Red Violet #BA308D
Tints of Medium Red Violet #BA308D
RGB
CMYK
RGB Variations
Color information
#BA308D (or 0xBA308D) is known color: Medium Red Violet. HEX triplet: BA, 30 and 8D. RGB value is (186,48,141). Sum of RGB (Red+Green+Blue) = 186+48+141=375 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.6% from 375); Green value is 48 (19.14% from 255 or 12.8% from 375); Blue value is 141 (55.47% from 255 or 37.6% from 375); Max value from RGB is 186 - color contains mainly: red. Hex color #BA308D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA308D is #45CF72. Grayscale: #636363. Windows color (decimal): -4575091 or 9253050. OLE color: 9253050.
HSL color Cylindrical-coordinate representation of color #BA308D: hue angle of 319.57º 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 #BA308D is Cyan = 0, Magento = 0.74, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 48 | 141 | - |
| CMYK | 0 | 0.74 | 0.24 | 0.27 |
| HSL | 319.57º | 0.59% | 0.46% | - |
| HSV(B) | 319.57º | 0.74% | 0.73% | - |
| XYZ | 26.11 | 14.48 | 26.62 | - |
| YUV | 99.86 | 151.22 | 189.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 48 | 141 | 0 | 0.74 | 0.24 | 0.27 | 319.57 | 0.59 | 0.46 |
| Hex | BA | 30 | 8D | 0 | 4A | 18 | 1B | 140 | 3B | 2E |
| Octal | 272 | 60 | 215 | 0 | 112 | 30 | 33 | 500 | 73 | 56 |
| Binary | 10111010 | 110000 | 10001101 | 0 | 1001010 | 11000 | 11011 | 101000000 | 111011 | 101110 |
Color Harmonies of #BA308D
Complementary color
Monochromatic Colors of #BA308D
Black with #BA308D
Text Example
Text Example
White with #BA308D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA308D; }
p { color: rgb(186,48,141); }
H1.HeaderClassName
{
color: #BA308D;
}
.AnyTagClassName
{
color: #BA308D;
}
</style>
background-color css
<style>
a { background-color: #BA308D; }
a { background-color: rgb(186,48,141); }
div.DivClassName
{
background-color: #BA308D;
}
.BgClassName
{
background-color: #BA308D;
}
</style>
border-color css
<style>
span { border-color: #BA308D; }
span { border-color: rgb(186,48,141); }
td.TdClassName
{
border-color: #BA308D;
}
.TagClassName
{
border-color: #BA308D;
}
</style>