Shades of Medium Violet Red #BA08A1
Tints of Medium Violet Red #BA08A1
RGB
CMYK
RGB Variations
Color information
#BA08A1 (or 0xBA08A1) is known color: Medium Violet Red. HEX triplet: BA, 08 and A1. RGB value is (186,8,161). Sum of RGB (Red+Green+Blue) = 186+8+161=355 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.39% from 355); Green value is 8 (3.52% from 255 or 2.25% from 355); Blue value is 161 (63.28% from 255 or 45.35% from 355); Max value from RGB is 186 - color contains mainly: red. Hex color #BA08A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA08A1 is #45F75E. Grayscale: #4E4E4E. Windows color (decimal): -4585311 or 10553530. OLE color: 10553530.
HSL color Cylindrical-coordinate representation of color #BA08A1: hue angle of 308.43º 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 #BA08A1 is Cyan = 0, Magento = 0.96, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 8 | 161 | - |
| CMYK | 0 | 0.96 | 0.13 | 0.27 |
| HSL | 308.43º | 0.92% | 0.38% | - |
| HSV(B) | 308.43º | 0.96% | 0.73% | - |
| XYZ | 26.77 | 13.19 | 34.85 | - |
| YUV | 78.66 | 174.47 | 204.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 8 | 161 | 0 | 0.96 | 0.13 | 0.27 | 308.43 | 0.92 | 0.38 |
| Hex | BA | 8 | A1 | 0 | 60 | D | 1B | 134 | 5C | 26 |
| Octal | 272 | 10 | 241 | 0 | 140 | 15 | 33 | 464 | 134 | 46 |
| Binary | 10111010 | 1000 | 10100001 | 0 | 1100000 | 1101 | 11011 | 100110100 | 1011100 | 100110 |
Color Harmonies of #BA08A1
Complementary color
Monochromatic Colors of #BA08A1
Black with #BA08A1
Text Example
Text Example
White with #BA08A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA08A1; }
p { color: rgb(186,8,161); }
H1.HeaderClassName
{
color: #BA08A1;
}
.AnyTagClassName
{
color: #BA08A1;
}
</style>
background-color css
<style>
a { background-color: #BA08A1; }
a { background-color: rgb(186,8,161); }
div.DivClassName
{
background-color: #BA08A1;
}
.BgClassName
{
background-color: #BA08A1;
}
</style>
border-color css
<style>
span { border-color: #BA08A1; }
span { border-color: rgb(186,8,161); }
td.TdClassName
{
border-color: #BA08A1;
}
.TagClassName
{
border-color: #BA08A1;
}
</style>