Shades of Medium Violet Red #B71C77
Tints of Medium Violet Red #B71C77
RGB
CMYK
RGB Variations
Color information
#B71C77 (or 0xB71C77) is known color: Medium Violet Red. HEX triplet: B7, 1C and 77. RGB value is (183,28,119). Sum of RGB (Red+Green+Blue) = 183+28+119=330 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.45% from 330); Green value is 28 (11.33% from 255 or 8.48% from 330); Blue value is 119 (46.88% from 255 or 36.06% from 330); Max value from RGB is 183 - color contains mainly: red. Hex color #B71C77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B71C77 is #48E388. Grayscale: #545454. Windows color (decimal): -4776841 or 7806135. OLE color: 7806135.
HSL color Cylindrical-coordinate representation of color #B71C77: hue angle of 324.77º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B71C77 is Cyan = 0, Magento = 0.85, Yellow = 0.35 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 28 | 119 | - |
| CMYK | 0 | 0.85 | 0.35 | 0.28 |
| HSL | 324.77º | 0.73% | 0.41% | - |
| HSV(B) | 324.77º | 0.85% | 0.72% | - |
| XYZ | 23.27 | 12.23 | 18.59 | - |
| YUV | 84.72 | 147.35 | 198.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 28 | 119 | 0 | 0.85 | 0.35 | 0.28 | 324.77 | 0.73 | 0.41 |
| Hex | B7 | 1C | 77 | 0 | 55 | 23 | 1C | 145 | 49 | 29 |
| Octal | 267 | 34 | 167 | 0 | 125 | 43 | 34 | 505 | 111 | 51 |
| Binary | 10110111 | 11100 | 1110111 | 0 | 1010101 | 100011 | 11100 | 101000101 | 1001001 | 101001 |
Color Harmonies of #B71C77
Complementary color
Monochromatic Colors of #B71C77
Black with #B71C77
Text Example
Text Example
White with #B71C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71C77; }
p { color: rgb(183,28,119); }
H1.HeaderClassName
{
color: #B71C77;
}
.AnyTagClassName
{
color: #B71C77;
}
</style>
background-color css
<style>
a { background-color: #B71C77; }
a { background-color: rgb(183,28,119); }
div.DivClassName
{
background-color: #B71C77;
}
.BgClassName
{
background-color: #B71C77;
}
</style>
border-color css
<style>
span { border-color: #B71C77; }
span { border-color: rgb(183,28,119); }
td.TdClassName
{
border-color: #B71C77;
}
.TagClassName
{
border-color: #B71C77;
}
</style>