Shades of Medium Red Violet #BA3080
Tints of Medium Red Violet #BA3080
RGB
CMYK
RGB Variations
Color information
#BA3080 (or 0xBA3080) is known color: Medium Red Violet. HEX triplet: BA, 30 and 80. RGB value is (186,48,128). Sum of RGB (Red+Green+Blue) = 186+48+128=362 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.38% from 362); Green value is 48 (19.14% from 255 or 13.26% from 362); Blue value is 128 (50.39% from 255 or 35.36% from 362); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3080 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3080 is #45CF7F. Grayscale: #626262. Windows color (decimal): -4575104 or 8401082. OLE color: 8401082.
HSL color Cylindrical-coordinate representation of color #BA3080: hue angle of 325.22º 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 #BA3080 is Cyan = 0, Magento = 0.74, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 48 | 128 | - |
| CMYK | 0 | 0.74 | 0.31 | 0.27 |
| HSL | 325.22º | 0.59% | 0.46% | - |
| HSV(B) | 325.22º | 0.74% | 0.73% | - |
| XYZ | 25.2 | 14.11 | 21.82 | - |
| YUV | 98.38 | 144.72 | 190.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 48 | 128 | 0 | 0.74 | 0.31 | 0.27 | 325.22 | 0.59 | 0.46 |
| Hex | BA | 30 | 80 | 0 | 4A | 1F | 1B | 145 | 3B | 2E |
| Octal | 272 | 60 | 200 | 0 | 112 | 37 | 33 | 505 | 73 | 56 |
| Binary | 10111010 | 110000 | 10000000 | 0 | 1001010 | 11111 | 11011 | 101000101 | 111011 | 101110 |
Color Harmonies of #BA3080
Complementary color
Monochromatic Colors of #BA3080
Black with #BA3080
Text Example
Text Example
White with #BA3080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3080; }
p { color: rgb(186,48,128); }
H1.HeaderClassName
{
color: #BA3080;
}
.AnyTagClassName
{
color: #BA3080;
}
</style>
background-color css
<style>
a { background-color: #BA3080; }
a { background-color: rgb(186,48,128); }
div.DivClassName
{
background-color: #BA3080;
}
.BgClassName
{
background-color: #BA3080;
}
</style>
border-color css
<style>
span { border-color: #BA3080; }
span { border-color: rgb(186,48,128); }
td.TdClassName
{
border-color: #BA3080;
}
.TagClassName
{
border-color: #BA3080;
}
</style>