Shades of Medium Red Violet #BA308A
Tints of Medium Red Violet #BA308A
RGB
CMYK
RGB Variations
Color information
#BA308A (or 0xBA308A) is known color: Medium Red Violet. HEX triplet: BA, 30 and 8A. RGB value is (186,48,138). Sum of RGB (Red+Green+Blue) = 186+48+138=372 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50% from 372); Green value is 48 (19.14% from 255 or 12.90% from 372); Blue value is 138 (54.30% from 255 or 37.10% from 372); Max value from RGB is 186 - color contains mainly: red. Hex color #BA308A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA308A is #45CF75. Grayscale: #636363. Windows color (decimal): -4575094 or 9056442. OLE color: 9056442.
HSL color Cylindrical-coordinate representation of color #BA308A: hue angle of 320.87º 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 #BA308A is Cyan = 0, Magento = 0.74, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 48 | 138 | - |
| CMYK | 0 | 0.74 | 0.26 | 0.27 |
| HSL | 320.87º | 0.59% | 0.46% | - |
| HSV(B) | 320.87º | 0.74% | 0.73% | - |
| XYZ | 25.89 | 14.39 | 25.46 | - |
| YUV | 99.52 | 149.72 | 189.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 48 | 138 | 0 | 0.74 | 0.26 | 0.27 | 320.87 | 0.59 | 0.46 |
| Hex | BA | 30 | 8A | 0 | 4A | 1A | 1B | 141 | 3B | 2E |
| Octal | 272 | 60 | 212 | 0 | 112 | 32 | 33 | 501 | 73 | 56 |
| Binary | 10111010 | 110000 | 10001010 | 0 | 1001010 | 11010 | 11011 | 101000001 | 111011 | 101110 |
Color Harmonies of #BA308A
Complementary color
Monochromatic Colors of #BA308A
Black with #BA308A
Text Example
Text Example
White with #BA308A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA308A; }
p { color: rgb(186,48,138); }
H1.HeaderClassName
{
color: #BA308A;
}
.AnyTagClassName
{
color: #BA308A;
}
</style>
background-color css
<style>
a { background-color: #BA308A; }
a { background-color: rgb(186,48,138); }
div.DivClassName
{
background-color: #BA308A;
}
.BgClassName
{
background-color: #BA308A;
}
</style>
border-color css
<style>
span { border-color: #BA308A; }
span { border-color: rgb(186,48,138); }
td.TdClassName
{
border-color: #BA308A;
}
.TagClassName
{
border-color: #BA308A;
}
</style>