Shades of Medium Violet Red #B60076
Tints of Medium Violet Red #B60076
RGB
CMYK
RGB Variations
Color information
#B60076 (or 0xB60076) is known color: Medium Violet Red. HEX triplet: B6, 00 and 76. RGB value is (182,0,118). Sum of RGB (Red+Green+Blue) = 182+0+118=300 (39% of max value = 765). Red value is 182 (71.48% from 255 or 60.67% from 300); Green value is 0 (0.39% from 255 or 0% from 300); Blue value is 118 (46.48% from 255 or 39.33% from 300); Max value from RGB is 182 - color contains mainly: red. Hex color #B60076 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B60076 is #49FF89. Grayscale: #434343. Windows color (decimal): -4849546 or 7733430. OLE color: 7733430.
HSL color Cylindrical-coordinate representation of color #B60076: hue angle of 321.1º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B60076 is Cyan = 0, Magento = 1, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 0 | 118 | - |
| CMYK | 0 | 1 | 0.35 | 0.29 |
| HSL | 321.1º | 1% | 0.36% | - |
| HSV(B) | 321.1º | 1% | 0.71% | - |
| XYZ | 22.56 | 11.25 | 18.12 | - |
| YUV | 67.87 | 156.3 | 209.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 0 | 118 | 0 | 1 | 0.35 | 0.29 | 321.1 | 1 | 0.36 |
| Hex | B6 | 0 | 76 | 0 | 64 | 23 | 1D | 141 | 64 | 24 |
| Octal | 266 | 0 | 166 | 0 | 144 | 43 | 35 | 501 | 144 | 44 |
| Binary | 10110110 | 0 | 1110110 | 0 | 1100100 | 100011 | 11101 | 101000001 | 1100100 | 100100 |
Color Harmonies of #B60076
Complementary color
Monochromatic Colors of #B60076
Black with #B60076
Text Example
Text Example
White with #B60076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60076; }
p { color: rgb(182,0,118); }
H1.HeaderClassName
{
color: #B60076;
}
.AnyTagClassName
{
color: #B60076;
}
</style>
background-color css
<style>
a { background-color: #B60076; }
a { background-color: rgb(182,0,118); }
div.DivClassName
{
background-color: #B60076;
}
.BgClassName
{
background-color: #B60076;
}
</style>
border-color css
<style>
span { border-color: #B60076; }
span { border-color: rgb(182,0,118); }
td.TdClassName
{
border-color: #B60076;
}
.TagClassName
{
border-color: #B60076;
}
</style>