Shades of Medium Violet Red #B71577
Tints of Medium Violet Red #B71577
RGB
CMYK
RGB Variations
Color information
#B71577 (or 0xB71577) is known color: Medium Violet Red. HEX triplet: B7, 15 and 77. RGB value is (183,21,119). Sum of RGB (Red+Green+Blue) = 183+21+119=323 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.66% from 323); Green value is 21 (8.59% from 255 or 6.50% from 323); Blue value is 119 (46.88% from 255 or 36.84% from 323); Max value from RGB is 183 - color contains mainly: red. Hex color #B71577 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B71577 is #48EA88. Grayscale: #505050. Windows color (decimal): -4778633 or 7804343. OLE color: 7804343.
HSL color Cylindrical-coordinate representation of color #B71577: hue angle of 323.7º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B71577 is Cyan = 0, Magento = 0.89, Yellow = 0.35 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 21 | 119 | - |
| CMYK | 0 | 0.89 | 0.35 | 0.28 |
| HSL | 323.7º | 0.79% | 0.4% | - |
| HSV(B) | 323.7º | 0.89% | 0.72% | - |
| XYZ | 23.13 | 11.94 | 18.54 | - |
| YUV | 80.61 | 149.67 | 201.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 21 | 119 | 0 | 0.89 | 0.35 | 0.28 | 323.7 | 0.79 | 0.4 |
| Hex | B7 | 15 | 77 | 0 | 59 | 23 | 1C | 144 | 4F | 28 |
| Octal | 267 | 25 | 167 | 0 | 131 | 43 | 34 | 504 | 117 | 50 |
| Binary | 10110111 | 10101 | 1110111 | 0 | 1011001 | 100011 | 11100 | 101000100 | 1001111 | 101000 |
Color Harmonies of #B71577
Complementary color
Monochromatic Colors of #B71577
Black with #B71577
Text Example
Text Example
White with #B71577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71577; }
p { color: rgb(183,21,119); }
H1.HeaderClassName
{
color: #B71577;
}
.AnyTagClassName
{
color: #B71577;
}
</style>
background-color css
<style>
a { background-color: #B71577; }
a { background-color: rgb(183,21,119); }
div.DivClassName
{
background-color: #B71577;
}
.BgClassName
{
background-color: #B71577;
}
</style>
border-color css
<style>
span { border-color: #B71577; }
span { border-color: rgb(183,21,119); }
td.TdClassName
{
border-color: #B71577;
}
.TagClassName
{
border-color: #B71577;
}
</style>