Shades of Medium Violet Red #B71C7F
Tints of Medium Violet Red #B71C7F
RGB
CMYK
RGB Variations
Color information
#B71C7F (or 0xB71C7F) is known color: Medium Violet Red. HEX triplet: B7, 1C and 7F. RGB value is (183,28,127). Sum of RGB (Red+Green+Blue) = 183+28+127=338 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.14% from 338); Green value is 28 (11.33% from 255 or 8.28% from 338); Blue value is 127 (50% from 255 or 37.57% from 338); Max value from RGB is 183 - color contains mainly: red. Hex color #B71C7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B71C7F is #48E380. Grayscale: #555555. Windows color (decimal): -4776833 or 8330423. OLE color: 8330423.
HSL color Cylindrical-coordinate representation of color #B71C7F: hue angle of 321.68º 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 #B71C7F is Cyan = 0, Magento = 0.85, Yellow = 0.31 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 28 | 127 | - |
| CMYK | 0 | 0.85 | 0.31 | 0.28 |
| HSL | 321.68º | 0.73% | 0.41% | - |
| HSV(B) | 321.68º | 0.85% | 0.72% | - |
| XYZ | 23.77 | 12.43 | 21.22 | - |
| YUV | 85.63 | 151.35 | 197.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 28 | 127 | 0 | 0.85 | 0.31 | 0.28 | 321.68 | 0.73 | 0.41 |
| Hex | B7 | 1C | 7F | 0 | 55 | 1F | 1C | 142 | 49 | 29 |
| Octal | 267 | 34 | 177 | 0 | 125 | 37 | 34 | 502 | 111 | 51 |
| Binary | 10110111 | 11100 | 1111111 | 0 | 1010101 | 11111 | 11100 | 101000010 | 1001001 | 101001 |
Color Harmonies of #B71C7F
Complementary color
Monochromatic Colors of #B71C7F
Black with #B71C7F
Text Example
Text Example
White with #B71C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71C7F; }
p { color: rgb(183,28,127); }
H1.HeaderClassName
{
color: #B71C7F;
}
.AnyTagClassName
{
color: #B71C7F;
}
</style>
background-color css
<style>
a { background-color: #B71C7F; }
a { background-color: rgb(183,28,127); }
div.DivClassName
{
background-color: #B71C7F;
}
.BgClassName
{
background-color: #B71C7F;
}
</style>
border-color css
<style>
span { border-color: #B71C7F; }
span { border-color: rgb(183,28,127); }
td.TdClassName
{
border-color: #B71C7F;
}
.TagClassName
{
border-color: #B71C7F;
}
</style>