Shades of Medium Violet Red #BA108B
Tints of Medium Violet Red #BA108B
RGB
CMYK
RGB Variations
Color information
#BA108B (or 0xBA108B) is known color: Medium Violet Red. HEX triplet: BA, 10 and 8B. RGB value is (186,16,139). Sum of RGB (Red+Green+Blue) = 186+16+139=341 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.55% from 341); Green value is 16 (6.64% from 255 or 4.69% from 341); Blue value is 139 (54.69% from 255 or 40.76% from 341); Max value from RGB is 186 - color contains mainly: red. Hex color #BA108B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA108B is #45EF74. Grayscale: #505050. Windows color (decimal): -4583285 or 9113786. OLE color: 9113786.
HSL color Cylindrical-coordinate representation of color #BA108B: hue angle of 316.59º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA108B is Cyan = 0, Magento = 0.91, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 16 | 139 | - |
| CMYK | 0 | 0.91 | 0.25 | 0.27 |
| HSL | 316.59º | 0.84% | 0.4% | - |
| HSV(B) | 316.59º | 0.91% | 0.73% | - |
| XYZ | 25.1 | 12.67 | 25.55 | - |
| YUV | 80.85 | 160.82 | 203 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 16 | 139 | 0 | 0.91 | 0.25 | 0.27 | 316.59 | 0.84 | 0.4 |
| Hex | BA | 10 | 8B | 0 | 5B | 19 | 1B | 13D | 54 | 28 |
| Octal | 272 | 20 | 213 | 0 | 133 | 31 | 33 | 475 | 124 | 50 |
| Binary | 10111010 | 10000 | 10001011 | 0 | 1011011 | 11001 | 11011 | 100111101 | 1010100 | 101000 |
Color Harmonies of #BA108B
Complementary color
Monochromatic Colors of #BA108B
Black with #BA108B
Text Example
Text Example
White with #BA108B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA108B; }
p { color: rgb(186,16,139); }
H1.HeaderClassName
{
color: #BA108B;
}
.AnyTagClassName
{
color: #BA108B;
}
</style>
background-color css
<style>
a { background-color: #BA108B; }
a { background-color: rgb(186,16,139); }
div.DivClassName
{
background-color: #BA108B;
}
.BgClassName
{
background-color: #BA108B;
}
</style>
border-color css
<style>
span { border-color: #BA108B; }
span { border-color: rgb(186,16,139); }
td.TdClassName
{
border-color: #BA108B;
}
.TagClassName
{
border-color: #BA108B;
}
</style>