Shades of Medium Violet Red #B60B73
Tints of Medium Violet Red #B60B73
RGB
CMYK
RGB Variations
Color information
#B60B73 (or 0xB60B73) is known color: Medium Violet Red. HEX triplet: B6, 0B and 73. RGB value is (182,11,115). Sum of RGB (Red+Green+Blue) = 182+11+115=308 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.09% from 308); Green value is 11 (4.69% from 255 or 3.57% from 308); Blue value is 115 (45.31% from 255 or 37.34% from 308); Max value from RGB is 182 - color contains mainly: red. Hex color #B60B73 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B60B73 is #49F48C. Grayscale: #494949. Windows color (decimal): -4846733 or 7539638. OLE color: 7539638.
HSL color Cylindrical-coordinate representation of color #B60B73: hue angle of 323.51º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B60B73 is Cyan = 0, Magento = 0.94, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 11 | 115 | - |
| CMYK | 0 | 0.94 | 0.37 | 0.29 |
| HSL | 323.51º | 0.89% | 0.38% | - |
| HSV(B) | 323.51º | 0.94% | 0.71% | - |
| XYZ | 22.51 | 11.42 | 17.24 | - |
| YUV | 73.99 | 151.15 | 205.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 11 | 115 | 0 | 0.94 | 0.37 | 0.29 | 323.51 | 0.89 | 0.38 |
| Hex | B6 | B | 73 | 0 | 5E | 25 | 1D | 144 | 59 | 26 |
| Octal | 266 | 13 | 163 | 0 | 136 | 45 | 35 | 504 | 131 | 46 |
| Binary | 10110110 | 1011 | 1110011 | 0 | 1011110 | 100101 | 11101 | 101000100 | 1011001 | 100110 |
Color Harmonies of #B60B73
Complementary color
Monochromatic Colors of #B60B73
Black with #B60B73
Text Example
Text Example
White with #B60B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60B73; }
p { color: rgb(182,11,115); }
H1.HeaderClassName
{
color: #B60B73;
}
.AnyTagClassName
{
color: #B60B73;
}
</style>
background-color css
<style>
a { background-color: #B60B73; }
a { background-color: rgb(182,11,115); }
div.DivClassName
{
background-color: #B60B73;
}
.BgClassName
{
background-color: #B60B73;
}
</style>
border-color css
<style>
span { border-color: #B60B73; }
span { border-color: rgb(182,11,115); }
td.TdClassName
{
border-color: #B60B73;
}
.TagClassName
{
border-color: #B60B73;
}
</style>