Shades of Medium Violet Red #B71C7E
Tints of Medium Violet Red #B71C7E
RGB
CMYK
RGB Variations
Color information
#B71C7E (or 0xB71C7E) is known color: Medium Violet Red. HEX triplet: B7, 1C and 7E. RGB value is (183,28,126). Sum of RGB (Red+Green+Blue) = 183+28+126=337 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.30% from 337); Green value is 28 (11.33% from 255 or 8.31% from 337); Blue value is 126 (49.61% from 255 or 37.39% from 337); Max value from RGB is 183 - color contains mainly: red. Hex color #B71C7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B71C7E is #48E381. Grayscale: #555555. Windows color (decimal): -4776834 or 8264887. OLE color: 8264887.
HSL color Cylindrical-coordinate representation of color #B71C7E: hue angle of 322.06º degrees, saturation: 0.73, 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 #B71C7E is Cyan = 0, Magento = 0.85, Yellow = 0.31 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 28 | 126 | - |
| CMYK | 0 | 0.85 | 0.31 | 0.28 |
| HSL | 322.06º | 0.73% | 0.41% | - |
| HSV(B) | 322.06º | 0.85% | 0.72% | - |
| XYZ | 23.71 | 12.4 | 20.88 | - |
| YUV | 85.52 | 150.85 | 197.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 28 | 126 | 0 | 0.85 | 0.31 | 0.28 | 322.06 | 0.73 | 0.41 |
| Hex | B7 | 1C | 7E | 0 | 55 | 1F | 1C | 142 | 49 | 29 |
| Octal | 267 | 34 | 176 | 0 | 125 | 37 | 34 | 502 | 111 | 51 |
| Binary | 10110111 | 11100 | 1111110 | 0 | 1010101 | 11111 | 11100 | 101000010 | 1001001 | 101001 |
Color Harmonies of #B71C7E
Complementary color
Monochromatic Colors of #B71C7E
Black with #B71C7E
Text Example
Text Example
White with #B71C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71C7E; }
p { color: rgb(183,28,126); }
H1.HeaderClassName
{
color: #B71C7E;
}
.AnyTagClassName
{
color: #B71C7E;
}
</style>
background-color css
<style>
a { background-color: #B71C7E; }
a { background-color: rgb(183,28,126); }
div.DivClassName
{
background-color: #B71C7E;
}
.BgClassName
{
background-color: #B71C7E;
}
</style>
border-color css
<style>
span { border-color: #B71C7E; }
span { border-color: rgb(183,28,126); }
td.TdClassName
{
border-color: #B71C7E;
}
.TagClassName
{
border-color: #B71C7E;
}
</style>