Shades of Medium Violet Red #B71377
Tints of Medium Violet Red #B71377
RGB
CMYK
RGB Variations
Color information
#B71377 (or 0xB71377) is known color: Medium Violet Red. HEX triplet: B7, 13 and 77. RGB value is (183,19,119). Sum of RGB (Red+Green+Blue) = 183+19+119=321 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.01% from 321); Green value is 19 (7.81% from 255 or 5.92% from 321); Blue value is 119 (46.88% from 255 or 37.07% from 321); Max value from RGB is 183 - color contains mainly: red. Hex color #B71377 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B71377 is #48EC88. Grayscale: #4F4F4F. Windows color (decimal): -4779145 or 7803831. OLE color: 7803831.
HSL color Cylindrical-coordinate representation of color #B71377: hue angle of 323.41º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B71377 is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 19 | 119 | - |
| CMYK | 0 | 0.90 | 0.35 | 0.28 |
| HSL | 323.41º | 0.81% | 0.4% | - |
| HSV(B) | 323.41º | 0.9% | 0.72% | - |
| XYZ | 23.09 | 11.86 | 18.53 | - |
| YUV | 79.44 | 150.33 | 201.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 19 | 119 | 0 | 0.90 | 0.35 | 0.28 | 323.41 | 0.81 | 0.4 |
| Hex | B7 | 13 | 77 | 0 | 5A | 23 | 1C | 143 | 51 | 28 |
| Octal | 267 | 23 | 167 | 0 | 132 | 43 | 34 | 503 | 121 | 50 |
| Binary | 10110111 | 10011 | 1110111 | 0 | 1011010 | 100011 | 11100 | 101000011 | 1010001 | 101000 |
Color Harmonies of #B71377
Complementary color
Monochromatic Colors of #B71377
Black with #B71377
Text Example
Text Example
White with #B71377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71377; }
p { color: rgb(183,19,119); }
H1.HeaderClassName
{
color: #B71377;
}
.AnyTagClassName
{
color: #B71377;
}
</style>
background-color css
<style>
a { background-color: #B71377; }
a { background-color: rgb(183,19,119); }
div.DivClassName
{
background-color: #B71377;
}
.BgClassName
{
background-color: #B71377;
}
</style>
border-color css
<style>
span { border-color: #B71377; }
span { border-color: rgb(183,19,119); }
td.TdClassName
{
border-color: #B71377;
}
.TagClassName
{
border-color: #B71377;
}
</style>