Shades of Medium Red Violet #BA367D
Tints of Medium Red Violet #BA367D
RGB
CMYK
RGB Variations
Color information
#BA367D (or 0xBA367D) is known color: Medium Red Violet. HEX triplet: BA, 36 and 7D. RGB value is (186,54,125). Sum of RGB (Red+Green+Blue) = 186+54+125=365 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.96% from 365); Green value is 54 (21.48% from 255 or 14.79% from 365); Blue value is 125 (49.22% from 255 or 34.25% from 365); Max value from RGB is 186 - color contains mainly: red. Hex color #BA367D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA367D is #45C982. Grayscale: #656565. Windows color (decimal): -4573571 or 8206010. OLE color: 8206010.
HSL color Cylindrical-coordinate representation of color #BA367D: hue angle of 327.73º 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 #BA367D is Cyan = 0, Magento = 0.71, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 54 | 125 | - |
| CMYK | 0 | 0.71 | 0.33 | 0.27 |
| HSL | 327.73º | 0.55% | 0.47% | - |
| HSV(B) | 327.73º | 0.71% | 0.73% | - |
| XYZ | 25.27 | 14.56 | 20.88 | - |
| YUV | 101.56 | 141.23 | 188.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 54 | 125 | 0 | 0.71 | 0.33 | 0.27 | 327.73 | 0.55 | 0.47 |
| Hex | BA | 36 | 7D | 0 | 47 | 21 | 1B | 148 | 37 | 2F |
| Octal | 272 | 66 | 175 | 0 | 107 | 41 | 33 | 510 | 67 | 57 |
| Binary | 10111010 | 110110 | 1111101 | 0 | 1000111 | 100001 | 11011 | 101001000 | 110111 | 101111 |
Color Harmonies of #BA367D
Complementary color
Monochromatic Colors of #BA367D
Black with #BA367D
Text Example
Text Example
White with #BA367D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA367D; }
p { color: rgb(186,54,125); }
H1.HeaderClassName
{
color: #BA367D;
}
.AnyTagClassName
{
color: #BA367D;
}
</style>
background-color css
<style>
a { background-color: #BA367D; }
a { background-color: rgb(186,54,125); }
div.DivClassName
{
background-color: #BA367D;
}
.BgClassName
{
background-color: #BA367D;
}
</style>
border-color css
<style>
span { border-color: #BA367D; }
span { border-color: rgb(186,54,125); }
td.TdClassName
{
border-color: #BA367D;
}
.TagClassName
{
border-color: #BA367D;
}
</style>