Shades of Medium Violet Red #BA08A3
Tints of Medium Violet Red #BA08A3
RGB
CMYK
RGB Variations
Color information
#BA08A3 (or 0xBA08A3) is known color: Medium Violet Red. HEX triplet: BA, 08 and A3. RGB value is (186,8,163). Sum of RGB (Red+Green+Blue) = 186+8+163=357 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.10% from 357); Green value is 8 (3.52% from 255 or 2.24% from 357); Blue value is 163 (64.06% from 255 or 45.66% from 357); Max value from RGB is 186 - color contains mainly: red. Hex color #BA08A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA08A3 is #45F75C. Grayscale: #4E4E4E. Windows color (decimal): -4585309 or 10684602. OLE color: 10684602.
HSL color Cylindrical-coordinate representation of color #BA08A3: hue angle of 307.75º 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 #BA08A3 is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 8 | 163 | - |
| CMYK | 0 | 0.96 | 0.12 | 0.27 |
| HSL | 307.75º | 0.92% | 0.38% | - |
| HSV(B) | 307.75º | 0.96% | 0.73% | - |
| XYZ | 26.95 | 13.26 | 35.79 | - |
| YUV | 78.89 | 175.47 | 204.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 8 | 163 | 0 | 0.96 | 0.12 | 0.27 | 307.75 | 0.92 | 0.38 |
| Hex | BA | 8 | A3 | 0 | 60 | C | 1B | 134 | 5C | 26 |
| Octal | 272 | 10 | 243 | 0 | 140 | 14 | 33 | 464 | 134 | 46 |
| Binary | 10111010 | 1000 | 10100011 | 0 | 1100000 | 1100 | 11011 | 100110100 | 1011100 | 100110 |
Color Harmonies of #BA08A3
Complementary color
Monochromatic Colors of #BA08A3
Black with #BA08A3
Text Example
Text Example
White with #BA08A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA08A3; }
p { color: rgb(186,8,163); }
H1.HeaderClassName
{
color: #BA08A3;
}
.AnyTagClassName
{
color: #BA08A3;
}
</style>
background-color css
<style>
a { background-color: #BA08A3; }
a { background-color: rgb(186,8,163); }
div.DivClassName
{
background-color: #BA08A3;
}
.BgClassName
{
background-color: #BA08A3;
}
</style>
border-color css
<style>
span { border-color: #BA08A3; }
span { border-color: rgb(186,8,163); }
td.TdClassName
{
border-color: #BA08A3;
}
.TagClassName
{
border-color: #BA08A3;
}
</style>