Shades of Medium Violet Red #B60C88
Tints of Medium Violet Red #B60C88
RGB
CMYK
RGB Variations
Color information
#B60C88 (or 0xB60C88) is known color: Medium Violet Red. HEX triplet: B6, 0C and 88. RGB value is (182,12,136). Sum of RGB (Red+Green+Blue) = 182+12+136=330 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.15% from 330); Green value is 12 (5.08% from 255 or 3.64% from 330); Blue value is 136 (53.52% from 255 or 41.21% from 330); Max value from RGB is 182 - color contains mainly: red. Hex color #B60C88 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B60C88 is #49F377. Grayscale: #4C4C4C. Windows color (decimal): -4846456 or 8916150. OLE color: 8916150.
HSL color Cylindrical-coordinate representation of color #B60C88: hue angle of 316.24º 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 #B60C88 is Cyan = 0, Magento = 0.93, Yellow = 0.25 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 12 | 136 | - |
| CMYK | 0 | 0.93 | 0.25 | 0.29 |
| HSL | 316.24º | 0.88% | 0.38% | - |
| HSV(B) | 316.24º | 0.93% | 0.71% | - |
| XYZ | 23.87 | 11.99 | 24.35 | - |
| YUV | 76.97 | 161.32 | 202.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 12 | 136 | 0 | 0.93 | 0.25 | 0.29 | 316.24 | 0.88 | 0.38 |
| Hex | B6 | C | 88 | 0 | 5D | 19 | 1D | 13C | 58 | 26 |
| Octal | 266 | 14 | 210 | 0 | 135 | 31 | 35 | 474 | 130 | 46 |
| Binary | 10110110 | 1100 | 10001000 | 0 | 1011101 | 11001 | 11101 | 100111100 | 1011000 | 100110 |
Color Harmonies of #B60C88
Complementary color
Monochromatic Colors of #B60C88
Black with #B60C88
Text Example
Text Example
White with #B60C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60C88; }
p { color: rgb(182,12,136); }
H1.HeaderClassName
{
color: #B60C88;
}
.AnyTagClassName
{
color: #B60C88;
}
</style>
background-color css
<style>
a { background-color: #B60C88; }
a { background-color: rgb(182,12,136); }
div.DivClassName
{
background-color: #B60C88;
}
.BgClassName
{
background-color: #B60C88;
}
</style>
border-color css
<style>
span { border-color: #B60C88; }
span { border-color: rgb(182,12,136); }
td.TdClassName
{
border-color: #B60C88;
}
.TagClassName
{
border-color: #B60C88;
}
</style>