Shades of Medium Violet Red #B7077B
Tints of Medium Violet Red #B7077B
RGB
CMYK
RGB Variations
Color information
#B7077B (or 0xB7077B) is known color: Medium Violet Red. HEX triplet: B7, 07 and 7B. RGB value is (183,7,123). Sum of RGB (Red+Green+Blue) = 183+7+123=313 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.47% from 313); Green value is 7 (3.12% from 255 or 2.24% from 313); Blue value is 123 (48.44% from 255 or 39.30% from 313); Max value from RGB is 183 - color contains mainly: red. Hex color #B7077B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7077B is #48F884. Grayscale: #484848. Windows color (decimal): -4782213 or 8062903. OLE color: 8062903.
HSL color Cylindrical-coordinate representation of color #B7077B: hue angle of 320.45º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B7077B is Cyan = 0, Magento = 0.96, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 7 | 123 | - |
| CMYK | 0 | 0.96 | 0.33 | 0.28 |
| HSL | 320.45º | 0.93% | 0.37% | - |
| HSV(B) | 320.45º | 0.96% | 0.72% | - |
| XYZ | 23.18 | 11.65 | 19.77 | - |
| YUV | 72.85 | 156.31 | 206.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 7 | 123 | 0 | 0.96 | 0.33 | 0.28 | 320.45 | 0.93 | 0.37 |
| Hex | B7 | 7 | 7B | 0 | 60 | 21 | 1C | 140 | 5D | 25 |
| Octal | 267 | 7 | 173 | 0 | 140 | 41 | 34 | 500 | 135 | 45 |
| Binary | 10110111 | 111 | 1111011 | 0 | 1100000 | 100001 | 11100 | 101000000 | 1011101 | 100101 |
Color Harmonies of #B7077B
Complementary color
Monochromatic Colors of #B7077B
Black with #B7077B
Text Example
Text Example
White with #B7077B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7077B; }
p { color: rgb(183,7,123); }
H1.HeaderClassName
{
color: #B7077B;
}
.AnyTagClassName
{
color: #B7077B;
}
</style>
background-color css
<style>
a { background-color: #B7077B; }
a { background-color: rgb(183,7,123); }
div.DivClassName
{
background-color: #B7077B;
}
.BgClassName
{
background-color: #B7077B;
}
</style>
border-color css
<style>
span { border-color: #B7077B; }
span { border-color: rgb(183,7,123); }
td.TdClassName
{
border-color: #B7077B;
}
.TagClassName
{
border-color: #B7077B;
}
</style>