Shades of Medium Red Violet #BA3182
Tints of Medium Red Violet #BA3182
RGB
CMYK
RGB Variations
Color information
#BA3182 (or 0xBA3182) is known color: Medium Red Violet. HEX triplet: BA, 31 and 82. RGB value is (186,49,130). Sum of RGB (Red+Green+Blue) = 186+49+130=365 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.96% from 365); Green value is 49 (19.53% from 255 or 13.42% from 365); Blue value is 130 (51.17% from 255 or 35.62% from 365); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3182 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3182 is #45CE7D. Grayscale: #636363. Windows color (decimal): -4574846 or 8532410. OLE color: 8532410.
HSL color Cylindrical-coordinate representation of color #BA3182: hue angle of 324.53º 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 #BA3182 is Cyan = 0, Magento = 0.74, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 49 | 130 | - |
| CMYK | 0 | 0.74 | 0.30 | 0.27 |
| HSL | 324.53º | 0.58% | 0.46% | - |
| HSV(B) | 324.53º | 0.74% | 0.73% | - |
| XYZ | 25.38 | 14.25 | 22.53 | - |
| YUV | 99.2 | 145.39 | 189.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 49 | 130 | 0 | 0.74 | 0.30 | 0.27 | 324.53 | 0.58 | 0.46 |
| Hex | BA | 31 | 82 | 0 | 4A | 1E | 1B | 145 | 3A | 2E |
| Octal | 272 | 61 | 202 | 0 | 112 | 36 | 33 | 505 | 72 | 56 |
| Binary | 10111010 | 110001 | 10000010 | 0 | 1001010 | 11110 | 11011 | 101000101 | 111010 | 101110 |
Color Harmonies of #BA3182
Complementary color
Monochromatic Colors of #BA3182
Black with #BA3182
Text Example
Text Example
White with #BA3182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3182; }
p { color: rgb(186,49,130); }
H1.HeaderClassName
{
color: #BA3182;
}
.AnyTagClassName
{
color: #BA3182;
}
</style>
background-color css
<style>
a { background-color: #BA3182; }
a { background-color: rgb(186,49,130); }
div.DivClassName
{
background-color: #BA3182;
}
.BgClassName
{
background-color: #BA3182;
}
</style>
border-color css
<style>
span { border-color: #BA3182; }
span { border-color: rgb(186,49,130); }
td.TdClassName
{
border-color: #BA3182;
}
.TagClassName
{
border-color: #BA3182;
}
</style>