Shades of Medium Red Violet #BA418B
Tints of Medium Red Violet #BA418B
RGB
CMYK
RGB Variations
Color information
#BA418B (or 0xBA418B) is known color: Medium Red Violet. HEX triplet: BA, 41 and 8B. RGB value is (186,65,139). Sum of RGB (Red+Green+Blue) = 186+65+139=390 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.69% from 390); Green value is 65 (25.78% from 255 or 16.67% from 390); Blue value is 139 (54.69% from 255 or 35.64% from 390); Max value from RGB is 186 - color contains mainly: red. Hex color #BA418B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA418B is #45BE74. Grayscale: #6D6D6D. Windows color (decimal): -4570741 or 9126330. OLE color: 9126330.
HSL color Cylindrical-coordinate representation of color #BA418B: hue angle of 323.31º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA418B is Cyan = 0, Magento = 0.65, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 65 | 139 | - |
| CMYK | 0 | 0.65 | 0.25 | 0.27 |
| HSL | 323.31º | 0.48% | 0.49% | - |
| HSV(B) | 323.31º | 0.65% | 0.73% | - |
| XYZ | 26.8 | 16.08 | 26.12 | - |
| YUV | 109.62 | 144.59 | 182.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 65 | 139 | 0 | 0.65 | 0.25 | 0.27 | 323.31 | 0.48 | 0.49 |
| Hex | BA | 41 | 8B | 0 | 41 | 19 | 1B | 143 | 30 | 31 |
| Octal | 272 | 101 | 213 | 0 | 101 | 31 | 33 | 503 | 60 | 61 |
| Binary | 10111010 | 1000001 | 10001011 | 0 | 1000001 | 11001 | 11011 | 101000011 | 110000 | 110001 |
Color Harmonies of #BA418B
Complementary color
Monochromatic Colors of #BA418B
Black with #BA418B
Text Example
Text Example
White with #BA418B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA418B; }
p { color: rgb(186,65,139); }
H1.HeaderClassName
{
color: #BA418B;
}
.AnyTagClassName
{
color: #BA418B;
}
</style>
background-color css
<style>
a { background-color: #BA418B; }
a { background-color: rgb(186,65,139); }
div.DivClassName
{
background-color: #BA418B;
}
.BgClassName
{
background-color: #BA418B;
}
</style>
border-color css
<style>
span { border-color: #BA418B; }
span { border-color: rgb(186,65,139); }
td.TdClassName
{
border-color: #BA418B;
}
.TagClassName
{
border-color: #BA418B;
}
</style>