Shades of Medium Violet Red #B60177
Tints of Medium Violet Red #B60177
RGB
CMYK
RGB Variations
Color information
#B60177 (or 0xB60177) is known color: Medium Violet Red. HEX triplet: B6, 01 and 77. RGB value is (182,1,119). Sum of RGB (Red+Green+Blue) = 182+1+119=302 (40% of max value = 765). Red value is 182 (71.48% from 255 or 60.26% from 302); Green value is 1 (0.78% from 255 or 0.33% from 302); Blue value is 119 (46.88% from 255 or 39.40% from 302); Max value from RGB is 182 - color contains mainly: red. Hex color #B60177 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B60177 is #49FE88. Grayscale: #444444. Windows color (decimal): -4849289 or 7799222. OLE color: 7799222.
HSL color Cylindrical-coordinate representation of color #B60177: hue angle of 320.88º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B60177 is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 1 | 119 | - |
| CMYK | 0 | 0.99 | 0.35 | 0.29 |
| HSL | 320.88º | 0.99% | 0.36% | - |
| HSV(B) | 320.88º | 0.99% | 0.71% | - |
| XYZ | 22.63 | 11.3 | 18.44 | - |
| YUV | 68.57 | 156.47 | 208.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 1 | 119 | 0 | 0.99 | 0.35 | 0.29 | 320.88 | 0.99 | 0.36 |
| Hex | B6 | 1 | 77 | 0 | 63 | 23 | 1D | 141 | 63 | 24 |
| Octal | 266 | 1 | 167 | 0 | 143 | 43 | 35 | 501 | 143 | 44 |
| Binary | 10110110 | 1 | 1110111 | 0 | 1100011 | 100011 | 11101 | 101000001 | 1100011 | 100100 |
Color Harmonies of #B60177
Complementary color
Monochromatic Colors of #B60177
Black with #B60177
Text Example
Text Example
White with #B60177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60177; }
p { color: rgb(182,1,119); }
H1.HeaderClassName
{
color: #B60177;
}
.AnyTagClassName
{
color: #B60177;
}
</style>
background-color css
<style>
a { background-color: #B60177; }
a { background-color: rgb(182,1,119); }
div.DivClassName
{
background-color: #B60177;
}
.BgClassName
{
background-color: #B60177;
}
</style>
border-color css
<style>
span { border-color: #B60177; }
span { border-color: rgb(182,1,119); }
td.TdClassName
{
border-color: #B60177;
}
.TagClassName
{
border-color: #B60177;
}
</style>