Shades of Medium Red Violet #BA408B
Tints of Medium Red Violet #BA408B
RGB
CMYK
RGB Variations
Color information
#BA408B (or 0xBA408B) is known color: Medium Red Violet. HEX triplet: BA, 40 and 8B. RGB value is (186,64,139). Sum of RGB (Red+Green+Blue) = 186+64+139=389 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.81% from 389); Green value is 64 (25.39% from 255 or 16.45% from 389); Blue value is 139 (54.69% from 255 or 35.73% from 389); Max value from RGB is 186 - color contains mainly: red. Hex color #BA408B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA408B is #45BF74. Grayscale: #6C6C6C. Windows color (decimal): -4570997 or 9126074. OLE color: 9126074.
HSL color Cylindrical-coordinate representation of color #BA408B: hue angle of 323.11º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA408B is Cyan = 0, Magento = 0.66, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 64 | 139 | - |
| CMYK | 0 | 0.66 | 0.25 | 0.27 |
| HSL | 323.11º | 0.49% | 0.49% | - |
| HSV(B) | 323.11º | 0.66% | 0.73% | - |
| XYZ | 26.74 | 15.97 | 26.1 | - |
| YUV | 109.03 | 144.92 | 182.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 64 | 139 | 0 | 0.66 | 0.25 | 0.27 | 323.11 | 0.49 | 0.49 |
| Hex | BA | 40 | 8B | 0 | 42 | 19 | 1B | 143 | 31 | 31 |
| Octal | 272 | 100 | 213 | 0 | 102 | 31 | 33 | 503 | 61 | 61 |
| Binary | 10111010 | 1000000 | 10001011 | 0 | 1000010 | 11001 | 11011 | 101000011 | 110001 | 110001 |
Color Harmonies of #BA408B
Complementary color
Monochromatic Colors of #BA408B
Black with #BA408B
Text Example
Text Example
White with #BA408B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA408B; }
p { color: rgb(186,64,139); }
H1.HeaderClassName
{
color: #BA408B;
}
.AnyTagClassName
{
color: #BA408B;
}
</style>
background-color css
<style>
a { background-color: #BA408B; }
a { background-color: rgb(186,64,139); }
div.DivClassName
{
background-color: #BA408B;
}
.BgClassName
{
background-color: #BA408B;
}
</style>
border-color css
<style>
span { border-color: #BA408B; }
span { border-color: rgb(186,64,139); }
td.TdClassName
{
border-color: #BA408B;
}
.TagClassName
{
border-color: #BA408B;
}
</style>