Shades of Medium Violet Red #B71777
Tints of Medium Violet Red #B71777
RGB
CMYK
RGB Variations
Color information
#B71777 (or 0xB71777) is known color: Medium Violet Red. HEX triplet: B7, 17 and 77. RGB value is (183,23,119). Sum of RGB (Red+Green+Blue) = 183+23+119=325 (43% of max value = 765). Red value is 183 (71.88% from 255 or 56.31% from 325); Green value is 23 (9.38% from 255 or 7.08% from 325); Blue value is 119 (46.88% from 255 or 36.62% from 325); Max value from RGB is 183 - color contains mainly: red. Hex color #B71777 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B71777 is #48E888. Grayscale: #515151. Windows color (decimal): -4778121 or 7804855. OLE color: 7804855.
HSL color Cylindrical-coordinate representation of color #B71777: hue angle of 324º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B71777 is Cyan = 0, Magento = 0.87, Yellow = 0.35 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 23 | 119 | - |
| CMYK | 0 | 0.87 | 0.35 | 0.28 |
| HSL | 324º | 0.78% | 0.4% | - |
| HSV(B) | 324º | 0.87% | 0.72% | - |
| XYZ | 23.16 | 12.01 | 18.55 | - |
| YUV | 81.78 | 149.01 | 200.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 23 | 119 | 0 | 0.87 | 0.35 | 0.28 | 324 | 0.78 | 0.4 |
| Hex | B7 | 17 | 77 | 0 | 57 | 23 | 1C | 144 | 4E | 28 |
| Octal | 267 | 27 | 167 | 0 | 127 | 43 | 34 | 504 | 116 | 50 |
| Binary | 10110111 | 10111 | 1110111 | 0 | 1010111 | 100011 | 11100 | 101000100 | 1001110 | 101000 |
Color Harmonies of #B71777
Complementary color
Monochromatic Colors of #B71777
Black with #B71777
Text Example
Text Example
White with #B71777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71777; }
p { color: rgb(183,23,119); }
H1.HeaderClassName
{
color: #B71777;
}
.AnyTagClassName
{
color: #B71777;
}
</style>
background-color css
<style>
a { background-color: #B71777; }
a { background-color: rgb(183,23,119); }
div.DivClassName
{
background-color: #B71777;
}
.BgClassName
{
background-color: #B71777;
}
</style>
border-color css
<style>
span { border-color: #B71777; }
span { border-color: rgb(183,23,119); }
td.TdClassName
{
border-color: #B71777;
}
.TagClassName
{
border-color: #B71777;
}
</style>