Shades of Medium Red Violet #BA289C
Tints of Medium Red Violet #BA289C
RGB
CMYK
RGB Variations
Color information
#BA289C (or 0xBA289C) is known color: Medium Red Violet. HEX triplet: BA, 28 and 9C. RGB value is (186,40,156). Sum of RGB (Red+Green+Blue) = 186+40+156=382 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.69% from 382); Green value is 40 (16.02% from 255 or 10.47% from 382); Blue value is 156 (61.33% from 255 or 40.84% from 382); Max value from RGB is 186 - color contains mainly: red. Hex color #BA289C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA289C is #45D763. Grayscale: #606060. Windows color (decimal): -4577124 or 10234042. OLE color: 10234042.
HSL color Cylindrical-coordinate representation of color #BA289C: hue angle of 312.33º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA289C is Cyan = 0, Magento = 0.78, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 40 | 156 | - |
| CMYK | 0 | 0.78 | 0.16 | 0.27 |
| HSL | 312.33º | 0.65% | 0.44% | - |
| HSV(B) | 312.33º | 0.78% | 0.73% | - |
| XYZ | 27.01 | 14.36 | 32.8 | - |
| YUV | 96.88 | 161.37 | 191.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 40 | 156 | 0 | 0.78 | 0.16 | 0.27 | 312.33 | 0.65 | 0.44 |
| Hex | BA | 28 | 9C | 0 | 4E | 10 | 1B | 138 | 41 | 2C |
| Octal | 272 | 50 | 234 | 0 | 116 | 20 | 33 | 470 | 101 | 54 |
| Binary | 10111010 | 101000 | 10011100 | 0 | 1001110 | 10000 | 11011 | 100111000 | 1000001 | 101100 |
Color Harmonies of #BA289C
Complementary color
Monochromatic Colors of #BA289C
Black with #BA289C
Text Example
Text Example
White with #BA289C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA289C; }
p { color: rgb(186,40,156); }
H1.HeaderClassName
{
color: #BA289C;
}
.AnyTagClassName
{
color: #BA289C;
}
</style>
background-color css
<style>
a { background-color: #BA289C; }
a { background-color: rgb(186,40,156); }
div.DivClassName
{
background-color: #BA289C;
}
.BgClassName
{
background-color: #BA289C;
}
</style>
border-color css
<style>
span { border-color: #BA289C; }
span { border-color: rgb(186,40,156); }
td.TdClassName
{
border-color: #BA289C;
}
.TagClassName
{
border-color: #BA289C;
}
</style>