Shades of Medium Violet Red #B60575
Tints of Medium Violet Red #B60575
RGB
CMYK
RGB Variations
Color information
#B60575 (or 0xB60575) is known color: Medium Violet Red. HEX triplet: B6, 05 and 75. RGB value is (182,5,117). Sum of RGB (Red+Green+Blue) = 182+5+117=304 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.87% from 304); Green value is 5 (2.34% from 255 or 1.64% from 304); Blue value is 117 (46.09% from 255 or 38.49% from 304); Max value from RGB is 182 - color contains mainly: red. Hex color #B60575 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B60575 is #49FA8A. Grayscale: #464646. Windows color (decimal): -4848267 or 7669174. OLE color: 7669174.
HSL color Cylindrical-coordinate representation of color #B60575: hue angle of 322.03º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B60575 is Cyan = 0, Magento = 0.97, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 5 | 117 | - |
| CMYK | 0 | 0.97 | 0.36 | 0.29 |
| HSL | 322.03º | 0.95% | 0.37% | - |
| HSV(B) | 322.03º | 0.97% | 0.71% | - |
| XYZ | 22.56 | 11.34 | 17.83 | - |
| YUV | 70.69 | 154.14 | 207.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 5 | 117 | 0 | 0.97 | 0.36 | 0.29 | 322.03 | 0.95 | 0.37 |
| Hex | B6 | 5 | 75 | 0 | 61 | 24 | 1D | 142 | 5F | 25 |
| Octal | 266 | 5 | 165 | 0 | 141 | 44 | 35 | 502 | 137 | 45 |
| Binary | 10110110 | 101 | 1110101 | 0 | 1100001 | 100100 | 11101 | 101000010 | 1011111 | 100101 |
Color Harmonies of #B60575
Complementary color
Monochromatic Colors of #B60575
Black with #B60575
Text Example
Text Example
White with #B60575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60575; }
p { color: rgb(182,5,117); }
H1.HeaderClassName
{
color: #B60575;
}
.AnyTagClassName
{
color: #B60575;
}
</style>
background-color css
<style>
a { background-color: #B60575; }
a { background-color: rgb(182,5,117); }
div.DivClassName
{
background-color: #B60575;
}
.BgClassName
{
background-color: #B60575;
}
</style>
border-color css
<style>
span { border-color: #B60575; }
span { border-color: rgb(182,5,117); }
td.TdClassName
{
border-color: #B60575;
}
.TagClassName
{
border-color: #B60575;
}
</style>