Shades of Medium Red Violet #BA407F
Tints of Medium Red Violet #BA407F
RGB
CMYK
RGB Variations
Color information
#BA407F (or 0xBA407F) is known color: Medium Red Violet. HEX triplet: BA, 40 and 7F. RGB value is (186,64,127). Sum of RGB (Red+Green+Blue) = 186+64+127=377 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.34% from 377); Green value is 64 (25.39% from 255 or 16.98% from 377); Blue value is 127 (50% from 255 or 33.69% from 377); Max value from RGB is 186 - color contains mainly: red. Hex color #BA407F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA407F is #45BF80. Grayscale: #6B6B6B. Windows color (decimal): -4571009 or 8339642. OLE color: 8339642.
HSL color Cylindrical-coordinate representation of color #BA407F: hue angle of 329.02º 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 #BA407F is Cyan = 0, Magento = 0.66, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 64 | 127 | - |
| CMYK | 0 | 0.66 | 0.32 | 0.27 |
| HSL | 329.02º | 0.49% | 0.49% | - |
| HSV(B) | 329.02º | 0.66% | 0.73% | - |
| XYZ | 25.91 | 15.64 | 21.73 | - |
| YUV | 107.66 | 138.92 | 183.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 64 | 127 | 0 | 0.66 | 0.32 | 0.27 | 329.02 | 0.49 | 0.49 |
| Hex | BA | 40 | 7F | 0 | 42 | 20 | 1B | 149 | 31 | 31 |
| Octal | 272 | 100 | 177 | 0 | 102 | 40 | 33 | 511 | 61 | 61 |
| Binary | 10111010 | 1000000 | 1111111 | 0 | 1000010 | 100000 | 11011 | 101001001 | 110001 | 110001 |
Color Harmonies of #BA407F
Complementary color
Monochromatic Colors of #BA407F
Black with #BA407F
Text Example
Text Example
White with #BA407F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA407F; }
p { color: rgb(186,64,127); }
H1.HeaderClassName
{
color: #BA407F;
}
.AnyTagClassName
{
color: #BA407F;
}
</style>
background-color css
<style>
a { background-color: #BA407F; }
a { background-color: rgb(186,64,127); }
div.DivClassName
{
background-color: #BA407F;
}
.BgClassName
{
background-color: #BA407F;
}
</style>
border-color css
<style>
span { border-color: #BA407F; }
span { border-color: rgb(186,64,127); }
td.TdClassName
{
border-color: #BA407F;
}
.TagClassName
{
border-color: #BA407F;
}
</style>