Shades of Medium Violet Red #B70077
Tints of Medium Violet Red #B70077
RGB
CMYK
RGB Variations
Color information
#B70077 (or 0xB70077) is known color: Medium Violet Red. HEX triplet: B7, 00 and 77. RGB value is (183,0,119). Sum of RGB (Red+Green+Blue) = 183+0+119=302 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.60% from 302); Green value is 0 (0.39% from 255 or 0% from 302); Blue value is 119 (46.88% from 255 or 39.40% from 302); Max value from RGB is 183 - color contains mainly: red. Hex color #B70077 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70077 is #48FF88. Grayscale: #434343. Windows color (decimal): -4784009 or 7798967. OLE color: 7798967.
HSL color Cylindrical-coordinate representation of color #B70077: hue angle of 320.98º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B70077 is Cyan = 0, Magento = 1, Yellow = 0.35 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 0 | 119 | - |
| CMYK | 0 | 1 | 0.35 | 0.28 |
| HSL | 320.98º | 1% | 0.36% | - |
| HSV(B) | 320.98º | 1% | 0.72% | - |
| XYZ | 22.86 | 11.4 | 18.45 | - |
| YUV | 68.28 | 156.63 | 209.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 0 | 119 | 0 | 1 | 0.35 | 0.28 | 320.98 | 1 | 0.36 |
| Hex | B7 | 0 | 77 | 0 | 64 | 23 | 1C | 141 | 64 | 24 |
| Octal | 267 | 0 | 167 | 0 | 144 | 43 | 34 | 501 | 144 | 44 |
| Binary | 10110111 | 0 | 1110111 | 0 | 1100100 | 100011 | 11100 | 101000001 | 1100100 | 100100 |
Color Harmonies of #B70077
Complementary color
Monochromatic Colors of #B70077
Black with #B70077
Text Example
Text Example
White with #B70077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70077; }
p { color: rgb(183,0,119); }
H1.HeaderClassName
{
color: #B70077;
}
.AnyTagClassName
{
color: #B70077;
}
</style>
background-color css
<style>
a { background-color: #B70077; }
a { background-color: rgb(183,0,119); }
div.DivClassName
{
background-color: #B70077;
}
.BgClassName
{
background-color: #B70077;
}
</style>
border-color css
<style>
span { border-color: #B70077; }
span { border-color: rgb(183,0,119); }
td.TdClassName
{
border-color: #B70077;
}
.TagClassName
{
border-color: #B70077;
}
</style>