Shades of Medium Violet Red #BA0C8B
Tints of Medium Violet Red #BA0C8B
RGB
CMYK
RGB Variations
Color information
#BA0C8B (or 0xBA0C8B) is known color: Medium Violet Red. HEX triplet: BA, 0C and 8B. RGB value is (186,12,139). Sum of RGB (Red+Green+Blue) = 186+12+139=337 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.19% from 337); Green value is 12 (5.08% from 255 or 3.56% from 337); Blue value is 139 (54.69% from 255 or 41.25% from 337); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0C8B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0C8B is #45F374. Grayscale: #4E4E4E. Windows color (decimal): -4584309 or 9112762. OLE color: 9112762.
HSL color Cylindrical-coordinate representation of color #BA0C8B: hue angle of 316.21º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA0C8B is Cyan = 0, Magento = 0.94, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 12 | 139 | - |
| CMYK | 0 | 0.94 | 0.25 | 0.27 |
| HSL | 316.21º | 0.88% | 0.39% | - |
| HSV(B) | 316.21º | 0.94% | 0.73% | - |
| XYZ | 25.04 | 12.57 | 25.53 | - |
| YUV | 78.5 | 162.15 | 204.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 12 | 139 | 0 | 0.94 | 0.25 | 0.27 | 316.21 | 0.88 | 0.39 |
| Hex | BA | C | 8B | 0 | 5E | 19 | 1B | 13C | 58 | 27 |
| Octal | 272 | 14 | 213 | 0 | 136 | 31 | 33 | 474 | 130 | 47 |
| Binary | 10111010 | 1100 | 10001011 | 0 | 1011110 | 11001 | 11011 | 100111100 | 1011000 | 100111 |
Color Harmonies of #BA0C8B
Complementary color
Monochromatic Colors of #BA0C8B
Black with #BA0C8B
Text Example
Text Example
White with #BA0C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0C8B; }
p { color: rgb(186,12,139); }
H1.HeaderClassName
{
color: #BA0C8B;
}
.AnyTagClassName
{
color: #BA0C8B;
}
</style>
background-color css
<style>
a { background-color: #BA0C8B; }
a { background-color: rgb(186,12,139); }
div.DivClassName
{
background-color: #BA0C8B;
}
.BgClassName
{
background-color: #BA0C8B;
}
</style>
border-color css
<style>
span { border-color: #BA0C8B; }
span { border-color: rgb(186,12,139); }
td.TdClassName
{
border-color: #BA0C8B;
}
.TagClassName
{
border-color: #BA0C8B;
}
</style>