Shades of Medium Red Violet #BA278B
Tints of Medium Red Violet #BA278B
RGB
CMYK
RGB Variations
Color information
#BA278B (or 0xBA278B) is known color: Medium Red Violet. HEX triplet: BA, 27 and 8B. RGB value is (186,39,139). Sum of RGB (Red+Green+Blue) = 186+39+139=364 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.10% from 364); Green value is 39 (15.62% from 255 or 10.71% from 364); Blue value is 139 (54.69% from 255 or 38.19% from 364); Max value from RGB is 186 - color contains mainly: red. Hex color #BA278B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA278B is #45D874. Grayscale: #5E5E5E. Windows color (decimal): -4577397 or 9119674. OLE color: 9119674.
HSL color Cylindrical-coordinate representation of color #BA278B: hue angle of 319.18º 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 #BA278B is Cyan = 0, Magento = 0.79, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 39 | 139 | - |
| CMYK | 0 | 0.79 | 0.25 | 0.27 |
| HSL | 319.18º | 0.65% | 0.44% | - |
| HSV(B) | 319.18º | 0.79% | 0.73% | - |
| XYZ | 25.64 | 13.75 | 25.73 | - |
| YUV | 94.35 | 153.2 | 193.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 39 | 139 | 0 | 0.79 | 0.25 | 0.27 | 319.18 | 0.65 | 0.44 |
| Hex | BA | 27 | 8B | 0 | 4F | 19 | 1B | 13F | 41 | 2C |
| Octal | 272 | 47 | 213 | 0 | 117 | 31 | 33 | 477 | 101 | 54 |
| Binary | 10111010 | 100111 | 10001011 | 0 | 1001111 | 11001 | 11011 | 100111111 | 1000001 | 101100 |
Color Harmonies of #BA278B
Complementary color
Monochromatic Colors of #BA278B
Black with #BA278B
Text Example
Text Example
White with #BA278B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA278B; }
p { color: rgb(186,39,139); }
H1.HeaderClassName
{
color: #BA278B;
}
.AnyTagClassName
{
color: #BA278B;
}
</style>
background-color css
<style>
a { background-color: #BA278B; }
a { background-color: rgb(186,39,139); }
div.DivClassName
{
background-color: #BA278B;
}
.BgClassName
{
background-color: #BA278B;
}
</style>
border-color css
<style>
span { border-color: #BA278B; }
span { border-color: rgb(186,39,139); }
td.TdClassName
{
border-color: #BA278B;
}
.TagClassName
{
border-color: #BA278B;
}
</style>