Shades of Medium Red Violet #BA4283
Tints of Medium Red Violet #BA4283
RGB
CMYK
RGB Variations
Color information
#BA4283 (or 0xBA4283) is known color: Medium Red Violet. HEX triplet: BA, 42 and 83. RGB value is (186,66,131). Sum of RGB (Red+Green+Blue) = 186+66+131=383 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.56% from 383); Green value is 66 (26.17% from 255 or 17.23% from 383); Blue value is 131 (51.56% from 255 or 34.20% from 383); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4283 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4283 is #45BD7C. Grayscale: #6D6D6D. Windows color (decimal): -4570493 or 8602298. OLE color: 8602298.
HSL color Cylindrical-coordinate representation of color #BA4283: hue angle of 327.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA4283 is Cyan = 0, Magento = 0.65, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 66 | 131 | - |
| CMYK | 0 | 0.65 | 0.30 | 0.27 |
| HSL | 327.5º | 0.48% | 0.49% | - |
| HSV(B) | 327.5º | 0.65% | 0.73% | - |
| XYZ | 26.29 | 15.97 | 23.17 | - |
| YUV | 109.29 | 140.26 | 182.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 66 | 131 | 0 | 0.65 | 0.30 | 0.27 | 327.5 | 0.48 | 0.49 |
| Hex | BA | 42 | 83 | 0 | 41 | 1E | 1B | 148 | 30 | 31 |
| Octal | 272 | 102 | 203 | 0 | 101 | 36 | 33 | 510 | 60 | 61 |
| Binary | 10111010 | 1000010 | 10000011 | 0 | 1000001 | 11110 | 11011 | 101001000 | 110000 | 110001 |
Color Harmonies of #BA4283
Complementary color
Monochromatic Colors of #BA4283
Black with #BA4283
Text Example
Text Example
White with #BA4283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4283; }
p { color: rgb(186,66,131); }
H1.HeaderClassName
{
color: #BA4283;
}
.AnyTagClassName
{
color: #BA4283;
}
</style>
background-color css
<style>
a { background-color: #BA4283; }
a { background-color: rgb(186,66,131); }
div.DivClassName
{
background-color: #BA4283;
}
.BgClassName
{
background-color: #BA4283;
}
</style>
border-color css
<style>
span { border-color: #BA4283; }
span { border-color: rgb(186,66,131); }
td.TdClassName
{
border-color: #BA4283;
}
.TagClassName
{
border-color: #BA4283;
}
</style>