Shades of Medium Violet Red #B71D7E
Tints of Medium Violet Red #B71D7E
RGB
CMYK
RGB Variations
Color information
#B71D7E (or 0xB71D7E) is known color: Medium Violet Red. HEX triplet: B7, 1D and 7E. RGB value is (183,29,126). Sum of RGB (Red+Green+Blue) = 183+29+126=338 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.14% from 338); Green value is 29 (11.72% from 255 or 8.58% from 338); Blue value is 126 (49.61% from 255 or 37.28% from 338); Max value from RGB is 183 - color contains mainly: red. Hex color #B71D7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B71D7E is #48E281. Grayscale: #555555. Windows color (decimal): -4776578 or 8265143. OLE color: 8265143.
HSL color Cylindrical-coordinate representation of color #B71D7E: hue angle of 322.21º 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 #B71D7E is Cyan = 0, Magento = 0.84, Yellow = 0.31 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 29 | 126 | - |
| CMYK | 0 | 0.84 | 0.31 | 0.28 |
| HSL | 322.21º | 0.73% | 0.42% | - |
| HSV(B) | 322.21º | 0.84% | 0.72% | - |
| XYZ | 23.73 | 12.45 | 20.89 | - |
| YUV | 86.1 | 150.52 | 197.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 29 | 126 | 0 | 0.84 | 0.31 | 0.28 | 322.21 | 0.73 | 0.42 |
| Hex | B7 | 1D | 7E | 0 | 54 | 1F | 1C | 142 | 49 | 2A |
| Octal | 267 | 35 | 176 | 0 | 124 | 37 | 34 | 502 | 111 | 52 |
| Binary | 10110111 | 11101 | 1111110 | 0 | 1010100 | 11111 | 11100 | 101000010 | 1001001 | 101010 |
Color Harmonies of #B71D7E
Complementary color
Monochromatic Colors of #B71D7E
Black with #B71D7E
Text Example
Text Example
White with #B71D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71D7E; }
p { color: rgb(183,29,126); }
H1.HeaderClassName
{
color: #B71D7E;
}
.AnyTagClassName
{
color: #B71D7E;
}
</style>
background-color css
<style>
a { background-color: #B71D7E; }
a { background-color: rgb(183,29,126); }
div.DivClassName
{
background-color: #B71D7E;
}
.BgClassName
{
background-color: #B71D7E;
}
</style>
border-color css
<style>
span { border-color: #B71D7E; }
span { border-color: rgb(183,29,126); }
td.TdClassName
{
border-color: #B71D7E;
}
.TagClassName
{
border-color: #B71D7E;
}
</style>