Shades of Medium Violet Red #B71178
Tints of Medium Violet Red #B71178
RGB
CMYK
RGB Variations
Color information
#B71178 (or 0xB71178) is known color: Medium Violet Red. HEX triplet: B7, 11 and 78. RGB value is (183,17,120). Sum of RGB (Red+Green+Blue) = 183+17+120=320 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.19% from 320); Green value is 17 (7.03% from 255 or 5.31% from 320); Blue value is 120 (47.27% from 255 or 37.5% from 320); Max value from RGB is 183 - color contains mainly: red. Hex color #B71178 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B71178 is #48EE87. Grayscale: #4E4E4E. Windows color (decimal): -4779656 or 7868855. OLE color: 7868855.
HSL color Cylindrical-coordinate representation of color #B71178: hue angle of 322.77º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B71178 is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 17 | 120 | - |
| CMYK | 0 | 0.91 | 0.34 | 0.28 |
| HSL | 322.77º | 0.83% | 0.39% | - |
| HSV(B) | 322.77º | 0.91% | 0.72% | - |
| XYZ | 23.12 | 11.82 | 18.83 | - |
| YUV | 78.38 | 151.5 | 202.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 17 | 120 | 0 | 0.91 | 0.34 | 0.28 | 322.77 | 0.83 | 0.39 |
| Hex | B7 | 11 | 78 | 0 | 5B | 22 | 1C | 143 | 53 | 27 |
| Octal | 267 | 21 | 170 | 0 | 133 | 42 | 34 | 503 | 123 | 47 |
| Binary | 10110111 | 10001 | 1111000 | 0 | 1011011 | 100010 | 11100 | 101000011 | 1010011 | 100111 |
Color Harmonies of #B71178
Complementary color
Monochromatic Colors of #B71178
Black with #B71178
Text Example
Text Example
White with #B71178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71178; }
p { color: rgb(183,17,120); }
H1.HeaderClassName
{
color: #B71178;
}
.AnyTagClassName
{
color: #B71178;
}
</style>
background-color css
<style>
a { background-color: #B71178; }
a { background-color: rgb(183,17,120); }
div.DivClassName
{
background-color: #B71178;
}
.BgClassName
{
background-color: #B71178;
}
</style>
border-color css
<style>
span { border-color: #B71178; }
span { border-color: rgb(183,17,120); }
td.TdClassName
{
border-color: #B71178;
}
.TagClassName
{
border-color: #B71178;
}
</style>