Shades of Medium Red Violet #BA3698
Tints of Medium Red Violet #BA3698
RGB
CMYK
RGB Variations
Color information
#BA3698 (or 0xBA3698) is known color: Medium Red Violet. HEX triplet: BA, 36 and 98. RGB value is (186,54,152). Sum of RGB (Red+Green+Blue) = 186+54+152=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 54 (21.48% from 255 or 13.78% from 392); Blue value is 152 (59.77% from 255 or 38.78% from 392); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3698 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3698 is #45C967. Grayscale: #686868. Windows color (decimal): -4573544 or 9975482. OLE color: 9975482.
HSL color Cylindrical-coordinate representation of color #BA3698: hue angle of 315.45º 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 #BA3698 is Cyan = 0, Magento = 0.71, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 54 | 152 | - |
| CMYK | 0 | 0.71 | 0.18 | 0.27 |
| HSL | 315.45º | 0.55% | 0.47% | - |
| HSV(B) | 315.45º | 0.71% | 0.73% | - |
| XYZ | 27.24 | 15.34 | 31.23 | - |
| YUV | 104.64 | 154.73 | 186.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 54 | 152 | 0 | 0.71 | 0.18 | 0.27 | 315.45 | 0.55 | 0.47 |
| Hex | BA | 36 | 98 | 0 | 47 | 12 | 1B | 13B | 37 | 2F |
| Octal | 272 | 66 | 230 | 0 | 107 | 22 | 33 | 473 | 67 | 57 |
| Binary | 10111010 | 110110 | 10011000 | 0 | 1000111 | 10010 | 11011 | 100111011 | 110111 | 101111 |
Color Harmonies of #BA3698
Complementary color
Monochromatic Colors of #BA3698
Black with #BA3698
Text Example
Text Example
White with #BA3698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3698; }
p { color: rgb(186,54,152); }
H1.HeaderClassName
{
color: #BA3698;
}
.AnyTagClassName
{
color: #BA3698;
}
</style>
background-color css
<style>
a { background-color: #BA3698; }
a { background-color: rgb(186,54,152); }
div.DivClassName
{
background-color: #BA3698;
}
.BgClassName
{
background-color: #BA3698;
}
</style>
border-color css
<style>
span { border-color: #BA3698; }
span { border-color: rgb(186,54,152); }
td.TdClassName
{
border-color: #BA3698;
}
.TagClassName
{
border-color: #BA3698;
}
</style>