Shades of Medium Violet Red #B60C7A
Tints of Medium Violet Red #B60C7A
RGB
CMYK
RGB Variations
Color information
#B60C7A (or 0xB60C7A) is known color: Medium Violet Red. HEX triplet: B6, 0C and 7A. RGB value is (182,12,122). Sum of RGB (Red+Green+Blue) = 182+12+122=316 (41% of max value = 765). Red value is 182 (71.48% from 255 or 57.59% from 316); Green value is 12 (5.08% from 255 or 3.80% from 316); Blue value is 122 (48.05% from 255 or 38.61% from 316); Max value from RGB is 182 - color contains mainly: red. Hex color #B60C7A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B60C7A is #49F385. Grayscale: #4B4B4B. Windows color (decimal): -4846470 or 7998646. OLE color: 7998646.
HSL color Cylindrical-coordinate representation of color #B60C7A: hue angle of 321.18º 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 #B60C7A is Cyan = 0, Magento = 0.93, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 12 | 122 | - |
| CMYK | 0 | 0.93 | 0.33 | 0.29 |
| HSL | 321.18º | 0.88% | 0.38% | - |
| HSV(B) | 321.18º | 0.93% | 0.71% | - |
| XYZ | 22.94 | 11.61 | 19.45 | - |
| YUV | 75.37 | 154.32 | 204.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 12 | 122 | 0 | 0.93 | 0.33 | 0.29 | 321.18 | 0.88 | 0.38 |
| Hex | B6 | C | 7A | 0 | 5D | 21 | 1D | 141 | 58 | 26 |
| Octal | 266 | 14 | 172 | 0 | 135 | 41 | 35 | 501 | 130 | 46 |
| Binary | 10110110 | 1100 | 1111010 | 0 | 1011101 | 100001 | 11101 | 101000001 | 1011000 | 100110 |
Color Harmonies of #B60C7A
Complementary color
Monochromatic Colors of #B60C7A
Black with #B60C7A
Text Example
Text Example
White with #B60C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60C7A; }
p { color: rgb(182,12,122); }
H1.HeaderClassName
{
color: #B60C7A;
}
.AnyTagClassName
{
color: #B60C7A;
}
</style>
background-color css
<style>
a { background-color: #B60C7A; }
a { background-color: rgb(182,12,122); }
div.DivClassName
{
background-color: #B60C7A;
}
.BgClassName
{
background-color: #B60C7A;
}
</style>
border-color css
<style>
span { border-color: #B60C7A; }
span { border-color: rgb(182,12,122); }
td.TdClassName
{
border-color: #B60C7A;
}
.TagClassName
{
border-color: #B60C7A;
}
</style>