Shades of Medium Violet Red #BA088A
Tints of Medium Violet Red #BA088A
RGB
CMYK
RGB Variations
Color information
#BA088A (or 0xBA088A) is known color: Medium Violet Red. HEX triplet: BA, 08 and 8A. RGB value is (186,8,138). Sum of RGB (Red+Green+Blue) = 186+8+138=332 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.02% from 332); Green value is 8 (3.52% from 255 or 2.41% from 332); Blue value is 138 (54.30% from 255 or 41.57% from 332); Max value from RGB is 186 - color contains mainly: red. Hex color #BA088A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA088A is #45F775. Grayscale: #4B4B4B. Windows color (decimal): -4585334 or 9046202. OLE color: 9046202.
HSL color Cylindrical-coordinate representation of color #BA088A: hue angle of 316.18º 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 #BA088A is Cyan = 0, Magento = 0.96, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 8 | 138 | - |
| CMYK | 0 | 0.96 | 0.26 | 0.27 |
| HSL | 316.18º | 0.92% | 0.38% | - |
| HSV(B) | 316.18º | 0.96% | 0.73% | - |
| XYZ | 24.92 | 12.45 | 25.13 | - |
| YUV | 76.04 | 162.97 | 206.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 8 | 138 | 0 | 0.96 | 0.26 | 0.27 | 316.18 | 0.92 | 0.38 |
| Hex | BA | 8 | 8A | 0 | 60 | 1A | 1B | 13C | 5C | 26 |
| Octal | 272 | 10 | 212 | 0 | 140 | 32 | 33 | 474 | 134 | 46 |
| Binary | 10111010 | 1000 | 10001010 | 0 | 1100000 | 11010 | 11011 | 100111100 | 1011100 | 100110 |
Color Harmonies of #BA088A
Complementary color
Monochromatic Colors of #BA088A
Black with #BA088A
Text Example
Text Example
White with #BA088A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA088A; }
p { color: rgb(186,8,138); }
H1.HeaderClassName
{
color: #BA088A;
}
.AnyTagClassName
{
color: #BA088A;
}
</style>
background-color css
<style>
a { background-color: #BA088A; }
a { background-color: rgb(186,8,138); }
div.DivClassName
{
background-color: #BA088A;
}
.BgClassName
{
background-color: #BA088A;
}
</style>
border-color css
<style>
span { border-color: #BA088A; }
span { border-color: rgb(186,8,138); }
td.TdClassName
{
border-color: #BA088A;
}
.TagClassName
{
border-color: #BA088A;
}
</style>