Shades of Medium Violet Red #BA107E
Tints of Medium Violet Red #BA107E
RGB
CMYK
RGB Variations
Color information
#BA107E (or 0xBA107E) is known color: Medium Violet Red. HEX triplet: BA, 10 and 7E. RGB value is (186,16,126). Sum of RGB (Red+Green+Blue) = 186+16+126=328 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.71% from 328); Green value is 16 (6.64% from 255 or 4.88% from 328); Blue value is 126 (49.61% from 255 or 38.41% from 328); Max value from RGB is 186 - color contains mainly: red. Hex color #BA107E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA107E is #45EF81. Grayscale: #4F4F4F. Windows color (decimal): -4583298 or 8261818. OLE color: 8261818.
HSL color Cylindrical-coordinate representation of color #BA107E: hue angle of 321.18º 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 #BA107E is Cyan = 0, Magento = 0.91, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 16 | 126 | - |
| CMYK | 0 | 0.91 | 0.32 | 0.27 |
| HSL | 321.18º | 0.84% | 0.4% | - |
| HSV(B) | 321.18º | 0.91% | 0.73% | - |
| XYZ | 24.2 | 12.32 | 20.84 | - |
| YUV | 79.37 | 154.32 | 204.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 16 | 126 | 0 | 0.91 | 0.32 | 0.27 | 321.18 | 0.84 | 0.4 |
| Hex | BA | 10 | 7E | 0 | 5B | 20 | 1B | 141 | 54 | 28 |
| Octal | 272 | 20 | 176 | 0 | 133 | 40 | 33 | 501 | 124 | 50 |
| Binary | 10111010 | 10000 | 1111110 | 0 | 1011011 | 100000 | 11011 | 101000001 | 1010100 | 101000 |
Color Harmonies of #BA107E
Complementary color
Monochromatic Colors of #BA107E
Black with #BA107E
Text Example
Text Example
White with #BA107E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA107E; }
p { color: rgb(186,16,126); }
H1.HeaderClassName
{
color: #BA107E;
}
.AnyTagClassName
{
color: #BA107E;
}
</style>
background-color css
<style>
a { background-color: #BA107E; }
a { background-color: rgb(186,16,126); }
div.DivClassName
{
background-color: #BA107E;
}
.BgClassName
{
background-color: #BA107E;
}
</style>
border-color css
<style>
span { border-color: #BA107E; }
span { border-color: rgb(186,16,126); }
td.TdClassName
{
border-color: #BA107E;
}
.TagClassName
{
border-color: #BA107E;
}
</style>