Shades of Medium Red Violet #BA367B
Tints of Medium Red Violet #BA367B
RGB
CMYK
RGB Variations
Color information
#BA367B (or 0xBA367B) is known color: Medium Red Violet. HEX triplet: BA, 36 and 7B. RGB value is (186,54,123). Sum of RGB (Red+Green+Blue) = 186+54+123=363 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.24% from 363); Green value is 54 (21.48% from 255 or 14.88% from 363); Blue value is 123 (48.44% from 255 or 33.88% from 363); Max value from RGB is 186 - color contains mainly: red. Hex color #BA367B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA367B is #45C984. Grayscale: #656565. Windows color (decimal): -4573573 or 8074938. OLE color: 8074938.
HSL color Cylindrical-coordinate representation of color #BA367B: hue angle of 328.64º 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 #BA367B is Cyan = 0, Magento = 0.71, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 54 | 123 | - |
| CMYK | 0 | 0.71 | 0.34 | 0.27 |
| HSL | 328.64º | 0.55% | 0.47% | - |
| HSV(B) | 328.64º | 0.71% | 0.73% | - |
| XYZ | 25.14 | 14.51 | 20.21 | - |
| YUV | 101.33 | 140.23 | 188.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 54 | 123 | 0 | 0.71 | 0.34 | 0.27 | 328.64 | 0.55 | 0.47 |
| Hex | BA | 36 | 7B | 0 | 47 | 22 | 1B | 149 | 37 | 2F |
| Octal | 272 | 66 | 173 | 0 | 107 | 42 | 33 | 511 | 67 | 57 |
| Binary | 10111010 | 110110 | 1111011 | 0 | 1000111 | 100010 | 11011 | 101001001 | 110111 | 101111 |
Color Harmonies of #BA367B
Complementary color
Monochromatic Colors of #BA367B
Black with #BA367B
Text Example
Text Example
White with #BA367B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA367B; }
p { color: rgb(186,54,123); }
H1.HeaderClassName
{
color: #BA367B;
}
.AnyTagClassName
{
color: #BA367B;
}
</style>
background-color css
<style>
a { background-color: #BA367B; }
a { background-color: rgb(186,54,123); }
div.DivClassName
{
background-color: #BA367B;
}
.BgClassName
{
background-color: #BA367B;
}
</style>
border-color css
<style>
span { border-color: #BA367B; }
span { border-color: rgb(186,54,123); }
td.TdClassName
{
border-color: #BA367B;
}
.TagClassName
{
border-color: #BA367B;
}
</style>