Shades of Medium Violet Red #B60D79
Tints of Medium Violet Red #B60D79
RGB
CMYK
RGB Variations
Color information
#B60D79 (or 0xB60D79) is known color: Medium Violet Red. HEX triplet: B6, 0D and 79. RGB value is (182,13,121). Sum of RGB (Red+Green+Blue) = 182+13+121=316 (41% of max value = 765). Red value is 182 (71.48% from 255 or 57.59% from 316); Green value is 13 (5.47% from 255 or 4.11% from 316); Blue value is 121 (47.66% from 255 or 38.29% from 316); Max value from RGB is 182 - color contains mainly: red. Hex color #B60D79 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B60D79 is #49F286. Grayscale: #4B4B4B. Windows color (decimal): -4846215 or 7933366. OLE color: 7933366.
HSL color Cylindrical-coordinate representation of color #B60D79: hue angle of 321.66º degrees, saturation: 0.87, 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 #B60D79 is Cyan = 0, Magento = 0.93, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 13 | 121 | - |
| CMYK | 0 | 0.93 | 0.34 | 0.29 |
| HSL | 321.66º | 0.87% | 0.38% | - |
| HSV(B) | 321.66º | 0.93% | 0.71% | - |
| XYZ | 22.89 | 11.61 | 19.12 | - |
| YUV | 75.84 | 153.49 | 203.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 13 | 121 | 0 | 0.93 | 0.34 | 0.29 | 321.66 | 0.87 | 0.38 |
| Hex | B6 | D | 79 | 0 | 5D | 22 | 1D | 142 | 57 | 26 |
| Octal | 266 | 15 | 171 | 0 | 135 | 42 | 35 | 502 | 127 | 46 |
| Binary | 10110110 | 1101 | 1111001 | 0 | 1011101 | 100010 | 11101 | 101000010 | 1010111 | 100110 |
Color Harmonies of #B60D79
Complementary color
Monochromatic Colors of #B60D79
Black with #B60D79
Text Example
Text Example
White with #B60D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60D79; }
p { color: rgb(182,13,121); }
H1.HeaderClassName
{
color: #B60D79;
}
.AnyTagClassName
{
color: #B60D79;
}
</style>
background-color css
<style>
a { background-color: #B60D79; }
a { background-color: rgb(182,13,121); }
div.DivClassName
{
background-color: #B60D79;
}
.BgClassName
{
background-color: #B60D79;
}
</style>
border-color css
<style>
span { border-color: #B60D79; }
span { border-color: rgb(182,13,121); }
td.TdClassName
{
border-color: #B60D79;
}
.TagClassName
{
border-color: #B60D79;
}
</style>