Shades of Medium Violet Red #B60C83
Tints of Medium Violet Red #B60C83
RGB
CMYK
RGB Variations
Color information
#B60C83 (or 0xB60C83) is known color: Medium Violet Red. HEX triplet: B6, 0C and 83. RGB value is (182,12,131). Sum of RGB (Red+Green+Blue) = 182+12+131=325 (43% of max value = 765). Red value is 182 (71.48% from 255 or 56% from 325); Green value is 12 (5.08% from 255 or 3.69% from 325); Blue value is 131 (51.56% from 255 or 40.31% from 325); Max value from RGB is 182 - color contains mainly: red. Hex color #B60C83 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B60C83 is #49F37C. Grayscale: #4C4C4C. Windows color (decimal): -4846461 or 8588470. OLE color: 8588470.
HSL color Cylindrical-coordinate representation of color #B60C83: hue angle of 318º 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 #B60C83 is Cyan = 0, Magento = 0.93, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 12 | 131 | - |
| CMYK | 0 | 0.93 | 0.28 | 0.29 |
| HSL | 318º | 0.88% | 0.38% | - |
| HSV(B) | 318º | 0.93% | 0.71% | - |
| XYZ | 23.52 | 11.85 | 22.52 | - |
| YUV | 76.4 | 158.82 | 203.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 12 | 131 | 0 | 0.93 | 0.28 | 0.29 | 318 | 0.88 | 0.38 |
| Hex | B6 | C | 83 | 0 | 5D | 1C | 1D | 13E | 58 | 26 |
| Octal | 266 | 14 | 203 | 0 | 135 | 34 | 35 | 476 | 130 | 46 |
| Binary | 10110110 | 1100 | 10000011 | 0 | 1011101 | 11100 | 11101 | 100111110 | 1011000 | 100110 |
Color Harmonies of #B60C83
Complementary color
Monochromatic Colors of #B60C83
Black with #B60C83
Text Example
Text Example
White with #B60C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60C83; }
p { color: rgb(182,12,131); }
H1.HeaderClassName
{
color: #B60C83;
}
.AnyTagClassName
{
color: #B60C83;
}
</style>
background-color css
<style>
a { background-color: #B60C83; }
a { background-color: rgb(182,12,131); }
div.DivClassName
{
background-color: #B60C83;
}
.BgClassName
{
background-color: #B60C83;
}
</style>
border-color css
<style>
span { border-color: #B60C83; }
span { border-color: rgb(182,12,131); }
td.TdClassName
{
border-color: #B60C83;
}
.TagClassName
{
border-color: #B60C83;
}
</style>