Shades of Medium Violet Red #B71D76
Tints of Medium Violet Red #B71D76
RGB
CMYK
RGB Variations
Color information
#B71D76 (or 0xB71D76) is known color: Medium Violet Red. HEX triplet: B7, 1D and 76. RGB value is (183,29,118). Sum of RGB (Red+Green+Blue) = 183+29+118=330 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.45% from 330); Green value is 29 (11.72% from 255 or 8.79% from 330); Blue value is 118 (46.48% from 255 or 35.76% from 330); Max value from RGB is 183 - color contains mainly: red. Hex color #B71D76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B71D76 is #48E289. Grayscale: #545454. Windows color (decimal): -4776586 or 7740855. OLE color: 7740855.
HSL color Cylindrical-coordinate representation of color #B71D76: hue angle of 325.32º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B71D76 is Cyan = 0, Magento = 0.84, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 29 | 118 | - |
| CMYK | 0 | 0.84 | 0.36 | 0.28 |
| HSL | 325.32º | 0.73% | 0.42% | - |
| HSV(B) | 325.32º | 0.84% | 0.72% | - |
| XYZ | 23.24 | 12.25 | 18.28 | - |
| YUV | 85.19 | 146.52 | 197.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 29 | 118 | 0 | 0.84 | 0.36 | 0.28 | 325.32 | 0.73 | 0.42 |
| Hex | B7 | 1D | 76 | 0 | 54 | 24 | 1C | 145 | 49 | 2A |
| Octal | 267 | 35 | 166 | 0 | 124 | 44 | 34 | 505 | 111 | 52 |
| Binary | 10110111 | 11101 | 1110110 | 0 | 1010100 | 100100 | 11100 | 101000101 | 1001001 | 101010 |
Color Harmonies of #B71D76
Complementary color
Monochromatic Colors of #B71D76
Black with #B71D76
Text Example
Text Example
White with #B71D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71D76; }
p { color: rgb(183,29,118); }
H1.HeaderClassName
{
color: #B71D76;
}
.AnyTagClassName
{
color: #B71D76;
}
</style>
background-color css
<style>
a { background-color: #B71D76; }
a { background-color: rgb(183,29,118); }
div.DivClassName
{
background-color: #B71D76;
}
.BgClassName
{
background-color: #B71D76;
}
</style>
border-color css
<style>
span { border-color: #B71D76; }
span { border-color: rgb(183,29,118); }
td.TdClassName
{
border-color: #B71D76;
}
.TagClassName
{
border-color: #B71D76;
}
</style>