Shades of Medium Violet Red #BA106F
Tints of Medium Violet Red #BA106F
RGB
CMYK
RGB Variations
Color information
#BA106F (or 0xBA106F) is known color: Medium Violet Red. HEX triplet: BA, 10 and 6F. RGB value is (186,16,111). Sum of RGB (Red+Green+Blue) = 186+16+111=313 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.42% from 313); Green value is 16 (6.64% from 255 or 5.11% from 313); Blue value is 111 (43.75% from 255 or 35.46% from 313); Max value from RGB is 186 - color contains mainly: red. Hex color #BA106F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA106F is #45EF90. Grayscale: #4D4D4D. Windows color (decimal): -4583313 or 7278778. OLE color: 7278778.
HSL color Cylindrical-coordinate representation of color #BA106F: hue angle of 326.47º 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 #BA106F is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 16 | 111 | - |
| CMYK | 0 | 0.91 | 0.40 | 0.27 |
| HSL | 326.47º | 0.84% | 0.4% | - |
| HSV(B) | 326.47º | 0.91% | 0.73% | - |
| XYZ | 23.3 | 11.96 | 16.12 | - |
| YUV | 77.66 | 146.82 | 205.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 16 | 111 | 0 | 0.91 | 0.40 | 0.27 | 326.47 | 0.84 | 0.4 |
| Hex | BA | 10 | 6F | 0 | 5B | 28 | 1B | 146 | 54 | 28 |
| Octal | 272 | 20 | 157 | 0 | 133 | 50 | 33 | 506 | 124 | 50 |
| Binary | 10111010 | 10000 | 1101111 | 0 | 1011011 | 101000 | 11011 | 101000110 | 1010100 | 101000 |
Color Harmonies of #BA106F
Complementary color
Monochromatic Colors of #BA106F
Black with #BA106F
Text Example
Text Example
White with #BA106F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA106F; }
p { color: rgb(186,16,111); }
H1.HeaderClassName
{
color: #BA106F;
}
.AnyTagClassName
{
color: #BA106F;
}
</style>
background-color css
<style>
a { background-color: #BA106F; }
a { background-color: rgb(186,16,111); }
div.DivClassName
{
background-color: #BA106F;
}
.BgClassName
{
background-color: #BA106F;
}
</style>
border-color css
<style>
span { border-color: #BA106F; }
span { border-color: rgb(186,16,111); }
td.TdClassName
{
border-color: #BA106F;
}
.TagClassName
{
border-color: #BA106F;
}
</style>