Shades of Medium Violet Red #B71D74
Tints of Medium Violet Red #B71D74
RGB
CMYK
RGB Variations
Color information
#B71D74 (or 0xB71D74) is known color: Medium Violet Red. HEX triplet: B7, 1D and 74. RGB value is (183,29,116). Sum of RGB (Red+Green+Blue) = 183+29+116=328 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.79% from 328); Green value is 29 (11.72% from 255 or 8.84% from 328); Blue value is 116 (45.70% from 255 or 35.37% from 328); Max value from RGB is 183 - color contains mainly: red. Hex color #B71D74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B71D74 is #48E28B. Grayscale: #545454. Windows color (decimal): -4776588 or 7609783. OLE color: 7609783.
HSL color Cylindrical-coordinate representation of color #B71D74: hue angle of 326.1º 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 #B71D74 is Cyan = 0, Magento = 0.84, Yellow = 0.37 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 29 | 116 | - |
| CMYK | 0 | 0.84 | 0.37 | 0.28 |
| HSL | 326.1º | 0.73% | 0.42% | - |
| HSV(B) | 326.1º | 0.84% | 0.72% | - |
| XYZ | 23.12 | 12.21 | 17.66 | - |
| YUV | 84.96 | 145.52 | 197.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 29 | 116 | 0 | 0.84 | 0.37 | 0.28 | 326.1 | 0.73 | 0.42 |
| Hex | B7 | 1D | 74 | 0 | 54 | 25 | 1C | 146 | 49 | 2A |
| Octal | 267 | 35 | 164 | 0 | 124 | 45 | 34 | 506 | 111 | 52 |
| Binary | 10110111 | 11101 | 1110100 | 0 | 1010100 | 100101 | 11100 | 101000110 | 1001001 | 101010 |
Color Harmonies of #B71D74
Complementary color
Monochromatic Colors of #B71D74
Black with #B71D74
Text Example
Text Example
White with #B71D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71D74; }
p { color: rgb(183,29,116); }
H1.HeaderClassName
{
color: #B71D74;
}
.AnyTagClassName
{
color: #B71D74;
}
</style>
background-color css
<style>
a { background-color: #B71D74; }
a { background-color: rgb(183,29,116); }
div.DivClassName
{
background-color: #B71D74;
}
.BgClassName
{
background-color: #B71D74;
}
</style>
border-color css
<style>
span { border-color: #B71D74; }
span { border-color: rgb(183,29,116); }
td.TdClassName
{
border-color: #B71D74;
}
.TagClassName
{
border-color: #B71D74;
}
</style>