Shades of Medium Red Violet #BA367F
Tints of Medium Red Violet #BA367F
RGB
CMYK
RGB Variations
Color information
#BA367F (or 0xBA367F) is known color: Medium Red Violet. HEX triplet: BA, 36 and 7F. RGB value is (186,54,127). Sum of RGB (Red+Green+Blue) = 186+54+127=367 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.68% from 367); Green value is 54 (21.48% from 255 or 14.71% from 367); Blue value is 127 (50% from 255 or 34.60% from 367); Max value from RGB is 186 - color contains mainly: red. Hex color #BA367F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA367F is #45C980. Grayscale: #656565. Windows color (decimal): -4573569 or 8337082. OLE color: 8337082.
HSL color Cylindrical-coordinate representation of color #BA367F: hue angle of 326.82º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BA367F is Cyan = 0, Magento = 0.71, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 54 | 127 | - |
| CMYK | 0 | 0.71 | 0.32 | 0.27 |
| HSL | 326.82º | 0.55% | 0.47% | - |
| HSV(B) | 326.82º | 0.71% | 0.73% | - |
| XYZ | 25.4 | 14.61 | 21.56 | - |
| YUV | 101.79 | 142.23 | 188.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 54 | 127 | 0 | 0.71 | 0.32 | 0.27 | 326.82 | 0.55 | 0.47 |
| Hex | BA | 36 | 7F | 0 | 47 | 20 | 1B | 147 | 37 | 2F |
| Octal | 272 | 66 | 177 | 0 | 107 | 40 | 33 | 507 | 67 | 57 |
| Binary | 10111010 | 110110 | 1111111 | 0 | 1000111 | 100000 | 11011 | 101000111 | 110111 | 101111 |
Color Harmonies of #BA367F
Complementary color
Monochromatic Colors of #BA367F
Black with #BA367F
Text Example
Text Example
White with #BA367F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA367F; }
p { color: rgb(186,54,127); }
H1.HeaderClassName
{
color: #BA367F;
}
.AnyTagClassName
{
color: #BA367F;
}
</style>
background-color css
<style>
a { background-color: #BA367F; }
a { background-color: rgb(186,54,127); }
div.DivClassName
{
background-color: #BA367F;
}
.BgClassName
{
background-color: #BA367F;
}
</style>
border-color css
<style>
span { border-color: #BA367F; }
span { border-color: rgb(186,54,127); }
td.TdClassName
{
border-color: #BA367F;
}
.TagClassName
{
border-color: #BA367F;
}
</style>