Shades of Medium Violet Red #B60C86
Tints of Medium Violet Red #B60C86
RGB
CMYK
RGB Variations
Color information
#B60C86 (or 0xB60C86) is known color: Medium Violet Red. HEX triplet: B6, 0C and 86. RGB value is (182,12,134). Sum of RGB (Red+Green+Blue) = 182+12+134=328 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.49% from 328); Green value is 12 (5.08% from 255 or 3.66% from 328); Blue value is 134 (52.73% from 255 or 40.85% from 328); Max value from RGB is 182 - color contains mainly: red. Hex color #B60C86 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B60C86 is #49F379. Grayscale: #4C4C4C. Windows color (decimal): -4846458 or 8785078. OLE color: 8785078.
HSL color Cylindrical-coordinate representation of color #B60C86: hue angle of 316.94º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B60C86 is Cyan = 0, Magento = 0.93, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 12 | 134 | - |
| CMYK | 0 | 0.93 | 0.26 | 0.29 |
| HSL | 316.94º | 0.88% | 0.38% | - |
| HSV(B) | 316.94º | 0.93% | 0.71% | - |
| XYZ | 23.73 | 11.93 | 23.61 | - |
| YUV | 76.74 | 160.32 | 203.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 12 | 134 | 0 | 0.93 | 0.26 | 0.29 | 316.94 | 0.88 | 0.38 |
| Hex | B6 | C | 86 | 0 | 5D | 1A | 1D | 13D | 58 | 26 |
| Octal | 266 | 14 | 206 | 0 | 135 | 32 | 35 | 475 | 130 | 46 |
| Binary | 10110110 | 1100 | 10000110 | 0 | 1011101 | 11010 | 11101 | 100111101 | 1011000 | 100110 |
Color Harmonies of #B60C86
Complementary color
Monochromatic Colors of #B60C86
Black with #B60C86
Text Example
Text Example
White with #B60C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60C86; }
p { color: rgb(182,12,134); }
H1.HeaderClassName
{
color: #B60C86;
}
.AnyTagClassName
{
color: #B60C86;
}
</style>
background-color css
<style>
a { background-color: #B60C86; }
a { background-color: rgb(182,12,134); }
div.DivClassName
{
background-color: #B60C86;
}
.BgClassName
{
background-color: #B60C86;
}
</style>
border-color css
<style>
span { border-color: #B60C86; }
span { border-color: rgb(182,12,134); }
td.TdClassName
{
border-color: #B60C86;
}
.TagClassName
{
border-color: #B60C86;
}
</style>