Shades of Medium Violet Red #B60C84
Tints of Medium Violet Red #B60C84
RGB
CMYK
RGB Variations
Color information
#B60C84 (or 0xB60C84) is known color: Medium Violet Red. HEX triplet: B6, 0C and 84. RGB value is (182,12,132). Sum of RGB (Red+Green+Blue) = 182+12+132=326 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.83% from 326); Green value is 12 (5.08% from 255 or 3.68% from 326); Blue value is 132 (51.95% from 255 or 40.49% from 326); Max value from RGB is 182 - color contains mainly: red. Hex color #B60C84 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B60C84 is #49F37B. Grayscale: #4C4C4C. Windows color (decimal): -4846460 or 8654006. OLE color: 8654006.
HSL color Cylindrical-coordinate representation of color #B60C84: hue angle of 317.65º 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 #B60C84 is Cyan = 0, Magento = 0.93, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 12 | 132 | - |
| CMYK | 0 | 0.93 | 0.27 | 0.29 |
| HSL | 317.65º | 0.88% | 0.38% | - |
| HSV(B) | 317.65º | 0.93% | 0.71% | - |
| XYZ | 23.59 | 11.87 | 22.88 | - |
| YUV | 76.51 | 159.32 | 203.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 12 | 132 | 0 | 0.93 | 0.27 | 0.29 | 317.65 | 0.88 | 0.38 |
| Hex | B6 | C | 84 | 0 | 5D | 1B | 1D | 13E | 58 | 26 |
| Octal | 266 | 14 | 204 | 0 | 135 | 33 | 35 | 476 | 130 | 46 |
| Binary | 10110110 | 1100 | 10000100 | 0 | 1011101 | 11011 | 11101 | 100111110 | 1011000 | 100110 |
Color Harmonies of #B60C84
Complementary color
Monochromatic Colors of #B60C84
Black with #B60C84
Text Example
Text Example
White with #B60C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60C84; }
p { color: rgb(182,12,132); }
H1.HeaderClassName
{
color: #B60C84;
}
.AnyTagClassName
{
color: #B60C84;
}
</style>
background-color css
<style>
a { background-color: #B60C84; }
a { background-color: rgb(182,12,132); }
div.DivClassName
{
background-color: #B60C84;
}
.BgClassName
{
background-color: #B60C84;
}
</style>
border-color css
<style>
span { border-color: #B60C84; }
span { border-color: rgb(182,12,132); }
td.TdClassName
{
border-color: #B60C84;
}
.TagClassName
{
border-color: #B60C84;
}
</style>