Shades of Medium Red Violet #BA318B
Tints of Medium Red Violet #BA318B
RGB
CMYK
RGB Variations
Color information
#BA318B (or 0xBA318B) is known color: Medium Red Violet. HEX triplet: BA, 31 and 8B. RGB value is (186,49,139). Sum of RGB (Red+Green+Blue) = 186+49+139=374 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.73% from 374); Green value is 49 (19.53% from 255 or 13.10% from 374); Blue value is 139 (54.69% from 255 or 37.17% from 374); Max value from RGB is 186 - color contains mainly: red. Hex color #BA318B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA318B is #45CE74. Grayscale: #646464. Windows color (decimal): -4574837 or 9122234. OLE color: 9122234.
HSL color Cylindrical-coordinate representation of color #BA318B: hue angle of 320.58º degrees, saturation: 0.58, 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 #BA318B is Cyan = 0, Magento = 0.74, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 49 | 139 | - |
| CMYK | 0 | 0.74 | 0.25 | 0.27 |
| HSL | 320.58º | 0.58% | 0.46% | - |
| HSV(B) | 320.58º | 0.74% | 0.73% | - |
| XYZ | 26.01 | 14.5 | 25.85 | - |
| YUV | 100.22 | 149.89 | 189.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 49 | 139 | 0 | 0.74 | 0.25 | 0.27 | 320.58 | 0.58 | 0.46 |
| Hex | BA | 31 | 8B | 0 | 4A | 19 | 1B | 141 | 3A | 2E |
| Octal | 272 | 61 | 213 | 0 | 112 | 31 | 33 | 501 | 72 | 56 |
| Binary | 10111010 | 110001 | 10001011 | 0 | 1001010 | 11001 | 11011 | 101000001 | 111010 | 101110 |
Color Harmonies of #BA318B
Complementary color
Monochromatic Colors of #BA318B
Black with #BA318B
Text Example
Text Example
White with #BA318B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA318B; }
p { color: rgb(186,49,139); }
H1.HeaderClassName
{
color: #BA318B;
}
.AnyTagClassName
{
color: #BA318B;
}
</style>
background-color css
<style>
a { background-color: #BA318B; }
a { background-color: rgb(186,49,139); }
div.DivClassName
{
background-color: #BA318B;
}
.BgClassName
{
background-color: #BA318B;
}
</style>
border-color css
<style>
span { border-color: #BA318B; }
span { border-color: rgb(186,49,139); }
td.TdClassName
{
border-color: #BA318B;
}
.TagClassName
{
border-color: #BA318B;
}
</style>