Shades of Medium Red Violet #BA3D8A
Tints of Medium Red Violet #BA3D8A
RGB
CMYK
RGB Variations
Color information
#BA3D8A (or 0xBA3D8A) is known color: Medium Red Violet. HEX triplet: BA, 3D and 8A. RGB value is (186,61,138). Sum of RGB (Red+Green+Blue) = 186+61+138=385 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.31% from 385); Green value is 61 (24.22% from 255 or 15.84% from 385); Blue value is 138 (54.30% from 255 or 35.84% from 385); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3D8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3D8A is #45C275. Grayscale: #6A6A6A. Windows color (decimal): -4571766 or 9059770. OLE color: 9059770.
HSL color Cylindrical-coordinate representation of color #BA3D8A: hue angle of 323.04º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA3D8A is Cyan = 0, Magento = 0.67, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 61 | 138 | - |
| CMYK | 0 | 0.67 | 0.26 | 0.27 |
| HSL | 323.04º | 0.51% | 0.48% | - |
| HSV(B) | 323.04º | 0.67% | 0.73% | - |
| XYZ | 26.51 | 15.61 | 25.66 | - |
| YUV | 107.15 | 145.41 | 184.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 61 | 138 | 0 | 0.67 | 0.26 | 0.27 | 323.04 | 0.51 | 0.48 |
| Hex | BA | 3D | 8A | 0 | 43 | 1A | 1B | 143 | 33 | 30 |
| Octal | 272 | 75 | 212 | 0 | 103 | 32 | 33 | 503 | 63 | 60 |
| Binary | 10111010 | 111101 | 10001010 | 0 | 1000011 | 11010 | 11011 | 101000011 | 110011 | 110000 |
Color Harmonies of #BA3D8A
Complementary color
Monochromatic Colors of #BA3D8A
Black with #BA3D8A
Text Example
Text Example
White with #BA3D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3D8A; }
p { color: rgb(186,61,138); }
H1.HeaderClassName
{
color: #BA3D8A;
}
.AnyTagClassName
{
color: #BA3D8A;
}
</style>
background-color css
<style>
a { background-color: #BA3D8A; }
a { background-color: rgb(186,61,138); }
div.DivClassName
{
background-color: #BA3D8A;
}
.BgClassName
{
background-color: #BA3D8A;
}
</style>
border-color css
<style>
span { border-color: #BA3D8A; }
span { border-color: rgb(186,61,138); }
td.TdClassName
{
border-color: #BA3D8A;
}
.TagClassName
{
border-color: #BA3D8A;
}
</style>