Shades of Medium Red Violet #BA278C
Tints of Medium Red Violet #BA278C
RGB
CMYK
RGB Variations
Color information
#BA278C (or 0xBA278C) is known color: Medium Red Violet. HEX triplet: BA, 27 and 8C. RGB value is (186,39,140). Sum of RGB (Red+Green+Blue) = 186+39+140=365 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.96% from 365); Green value is 39 (15.62% from 255 or 10.68% from 365); Blue value is 140 (55.08% from 255 or 38.36% from 365); Max value from RGB is 186 - color contains mainly: red. Hex color #BA278C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA278C is #45D873. Grayscale: #5E5E5E. Windows color (decimal): -4577396 or 9185210. OLE color: 9185210.
HSL color Cylindrical-coordinate representation of color #BA278C: hue angle of 318.78º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BA278C is Cyan = 0, Magento = 0.79, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 39 | 140 | - |
| CMYK | 0 | 0.79 | 0.25 | 0.27 |
| HSL | 318.78º | 0.65% | 0.44% | - |
| HSV(B) | 318.78º | 0.79% | 0.73% | - |
| XYZ | 25.71 | 13.78 | 26.12 | - |
| YUV | 94.47 | 153.7 | 193.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 39 | 140 | 0 | 0.79 | 0.25 | 0.27 | 318.78 | 0.65 | 0.44 |
| Hex | BA | 27 | 8C | 0 | 4F | 19 | 1B | 13F | 41 | 2C |
| Octal | 272 | 47 | 214 | 0 | 117 | 31 | 33 | 477 | 101 | 54 |
| Binary | 10111010 | 100111 | 10001100 | 0 | 1001111 | 11001 | 11011 | 100111111 | 1000001 | 101100 |
Color Harmonies of #BA278C
Complementary color
Monochromatic Colors of #BA278C
Black with #BA278C
Text Example
Text Example
White with #BA278C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA278C; }
p { color: rgb(186,39,140); }
H1.HeaderClassName
{
color: #BA278C;
}
.AnyTagClassName
{
color: #BA278C;
}
</style>
background-color css
<style>
a { background-color: #BA278C; }
a { background-color: rgb(186,39,140); }
div.DivClassName
{
background-color: #BA278C;
}
.BgClassName
{
background-color: #BA278C;
}
</style>
border-color css
<style>
span { border-color: #BA278C; }
span { border-color: rgb(186,39,140); }
td.TdClassName
{
border-color: #BA278C;
}
.TagClassName
{
border-color: #BA278C;
}
</style>