Shades of Medium Violet Red #BA088B
Tints of Medium Violet Red #BA088B
RGB
CMYK
RGB Variations
Color information
#BA088B (or 0xBA088B) is known color: Medium Violet Red. HEX triplet: BA, 08 and 8B. RGB value is (186,8,139). Sum of RGB (Red+Green+Blue) = 186+8+139=333 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.86% from 333); Green value is 8 (3.52% from 255 or 2.40% from 333); Blue value is 139 (54.69% from 255 or 41.74% from 333); Max value from RGB is 186 - color contains mainly: red. Hex color #BA088B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA088B is #45F774. Grayscale: #4B4B4B. Windows color (decimal): -4585333 or 9111738. OLE color: 9111738.
HSL color Cylindrical-coordinate representation of color #BA088B: hue angle of 315.84º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA088B is Cyan = 0, Magento = 0.96, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 8 | 139 | - |
| CMYK | 0 | 0.96 | 0.25 | 0.27 |
| HSL | 315.84º | 0.92% | 0.38% | - |
| HSV(B) | 315.84º | 0.96% | 0.73% | - |
| XYZ | 25 | 12.48 | 25.52 | - |
| YUV | 76.16 | 163.47 | 206.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 8 | 139 | 0 | 0.96 | 0.25 | 0.27 | 315.84 | 0.92 | 0.38 |
| Hex | BA | 8 | 8B | 0 | 60 | 19 | 1B | 13C | 5C | 26 |
| Octal | 272 | 10 | 213 | 0 | 140 | 31 | 33 | 474 | 134 | 46 |
| Binary | 10111010 | 1000 | 10001011 | 0 | 1100000 | 11001 | 11011 | 100111100 | 1011100 | 100110 |
Color Harmonies of #BA088B
Complementary color
Monochromatic Colors of #BA088B
Black with #BA088B
Text Example
Text Example
White with #BA088B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA088B; }
p { color: rgb(186,8,139); }
H1.HeaderClassName
{
color: #BA088B;
}
.AnyTagClassName
{
color: #BA088B;
}
</style>
background-color css
<style>
a { background-color: #BA088B; }
a { background-color: rgb(186,8,139); }
div.DivClassName
{
background-color: #BA088B;
}
.BgClassName
{
background-color: #BA088B;
}
</style>
border-color css
<style>
span { border-color: #BA088B; }
span { border-color: rgb(186,8,139); }
td.TdClassName
{
border-color: #BA088B;
}
.TagClassName
{
border-color: #BA088B;
}
</style>