Shades of Medium Red Violet #BA3683
Tints of Medium Red Violet #BA3683
RGB
CMYK
RGB Variations
Color information
#BA3683 (or 0xBA3683) is known color: Medium Red Violet. HEX triplet: BA, 36 and 83. RGB value is (186,54,131). Sum of RGB (Red+Green+Blue) = 186+54+131=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 54 (21.48% from 255 or 14.56% from 371); Blue value is 131 (51.56% from 255 or 35.31% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3683 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3683 is #45C97C. Grayscale: #666666. Windows color (decimal): -4573565 or 8599226. OLE color: 8599226.
HSL color Cylindrical-coordinate representation of color #BA3683: hue angle of 325º 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 #BA3683 is Cyan = 0, Magento = 0.71, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 54 | 131 | - |
| CMYK | 0 | 0.71 | 0.30 | 0.27 |
| HSL | 325º | 0.55% | 0.47% | - |
| HSV(B) | 325º | 0.71% | 0.73% | - |
| XYZ | 25.67 | 14.72 | 22.96 | - |
| YUV | 102.25 | 144.23 | 187.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 54 | 131 | 0 | 0.71 | 0.30 | 0.27 | 325 | 0.55 | 0.47 |
| Hex | BA | 36 | 83 | 0 | 47 | 1E | 1B | 145 | 37 | 2F |
| Octal | 272 | 66 | 203 | 0 | 107 | 36 | 33 | 505 | 67 | 57 |
| Binary | 10111010 | 110110 | 10000011 | 0 | 1000111 | 11110 | 11011 | 101000101 | 110111 | 101111 |
Color Harmonies of #BA3683
Complementary color
Monochromatic Colors of #BA3683
Black with #BA3683
Text Example
Text Example
White with #BA3683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3683; }
p { color: rgb(186,54,131); }
H1.HeaderClassName
{
color: #BA3683;
}
.AnyTagClassName
{
color: #BA3683;
}
</style>
background-color css
<style>
a { background-color: #BA3683; }
a { background-color: rgb(186,54,131); }
div.DivClassName
{
background-color: #BA3683;
}
.BgClassName
{
background-color: #BA3683;
}
</style>
border-color css
<style>
span { border-color: #BA3683; }
span { border-color: rgb(186,54,131); }
td.TdClassName
{
border-color: #BA3683;
}
.TagClassName
{
border-color: #BA3683;
}
</style>