Shades of Medium Red Violet #BA3688
Tints of Medium Red Violet #BA3688
RGB
CMYK
RGB Variations
Color information
#BA3688 (or 0xBA3688) is known color: Medium Red Violet. HEX triplet: BA, 36 and 88. RGB value is (186,54,136). Sum of RGB (Red+Green+Blue) = 186+54+136=376 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.47% from 376); Green value is 54 (21.48% from 255 or 14.36% from 376); Blue value is 136 (53.52% from 255 or 36.17% from 376); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3688 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3688 is #45C977. Grayscale: #666666. Windows color (decimal): -4573560 or 8926906. OLE color: 8926906.
HSL color Cylindrical-coordinate representation of color #BA3688: hue angle of 322.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 #BA3688 is Cyan = 0, Magento = 0.71, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 54 | 136 | - |
| CMYK | 0 | 0.71 | 0.27 | 0.27 |
| HSL | 322.73º | 0.55% | 0.47% | - |
| HSV(B) | 322.73º | 0.71% | 0.73% | - |
| XYZ | 26.01 | 14.86 | 24.79 | - |
| YUV | 102.82 | 146.73 | 187.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 54 | 136 | 0 | 0.71 | 0.27 | 0.27 | 322.73 | 0.55 | 0.47 |
| Hex | BA | 36 | 88 | 0 | 47 | 1B | 1B | 143 | 37 | 2F |
| Octal | 272 | 66 | 210 | 0 | 107 | 33 | 33 | 503 | 67 | 57 |
| Binary | 10111010 | 110110 | 10001000 | 0 | 1000111 | 11011 | 11011 | 101000011 | 110111 | 101111 |
Color Harmonies of #BA3688
Complementary color
Monochromatic Colors of #BA3688
Black with #BA3688
Text Example
Text Example
White with #BA3688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3688; }
p { color: rgb(186,54,136); }
H1.HeaderClassName
{
color: #BA3688;
}
.AnyTagClassName
{
color: #BA3688;
}
</style>
background-color css
<style>
a { background-color: #BA3688; }
a { background-color: rgb(186,54,136); }
div.DivClassName
{
background-color: #BA3688;
}
.BgClassName
{
background-color: #BA3688;
}
</style>
border-color css
<style>
span { border-color: #BA3688; }
span { border-color: rgb(186,54,136); }
td.TdClassName
{
border-color: #BA3688;
}
.TagClassName
{
border-color: #BA3688;
}
</style>