Shades of Medium Violet Red #B71B76
Tints of Medium Violet Red #B71B76
RGB
CMYK
RGB Variations
Color information
#B71B76 (or 0xB71B76) is known color: Medium Violet Red. HEX triplet: B7, 1B and 76. RGB value is (183,27,118). Sum of RGB (Red+Green+Blue) = 183+27+118=328 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.79% from 328); Green value is 27 (10.94% from 255 or 8.23% from 328); Blue value is 118 (46.48% from 255 or 35.98% from 328); Max value from RGB is 183 - color contains mainly: red. Hex color #B71B76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B71B76 is #48E489. Grayscale: #535353. Windows color (decimal): -4777098 or 7740343. OLE color: 7740343.
HSL color Cylindrical-coordinate representation of color #B71B76: hue angle of 325º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B71B76 is Cyan = 0, Magento = 0.85, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 27 | 118 | - |
| CMYK | 0 | 0.85 | 0.36 | 0.28 |
| HSL | 325º | 0.74% | 0.41% | - |
| HSV(B) | 325º | 0.85% | 0.72% | - |
| XYZ | 23.19 | 12.16 | 18.26 | - |
| YUV | 84.02 | 147.18 | 198.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 27 | 118 | 0 | 0.85 | 0.36 | 0.28 | 325 | 0.74 | 0.41 |
| Hex | B7 | 1B | 76 | 0 | 55 | 24 | 1C | 145 | 4A | 29 |
| Octal | 267 | 33 | 166 | 0 | 125 | 44 | 34 | 505 | 112 | 51 |
| Binary | 10110111 | 11011 | 1110110 | 0 | 1010101 | 100100 | 11100 | 101000101 | 1001010 | 101001 |
Color Harmonies of #B71B76
Complementary color
Monochromatic Colors of #B71B76
Black with #B71B76
Text Example
Text Example
White with #B71B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71B76; }
p { color: rgb(183,27,118); }
H1.HeaderClassName
{
color: #B71B76;
}
.AnyTagClassName
{
color: #B71B76;
}
</style>
background-color css
<style>
a { background-color: #B71B76; }
a { background-color: rgb(183,27,118); }
div.DivClassName
{
background-color: #B71B76;
}
.BgClassName
{
background-color: #B71B76;
}
</style>
border-color css
<style>
span { border-color: #B71B76; }
span { border-color: rgb(183,27,118); }
td.TdClassName
{
border-color: #B71B76;
}
.TagClassName
{
border-color: #B71B76;
}
</style>