Shades of Medium Violet Red #B71C7D
Tints of Medium Violet Red #B71C7D
RGB
CMYK
RGB Variations
Color information
#B71C7D (or 0xB71C7D) is known color: Medium Violet Red. HEX triplet: B7, 1C and 7D. RGB value is (183,28,125). Sum of RGB (Red+Green+Blue) = 183+28+125=336 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.46% from 336); Green value is 28 (11.33% from 255 or 8.33% from 336); Blue value is 125 (49.22% from 255 or 37.20% from 336); Max value from RGB is 183 - color contains mainly: red. Hex color #B71C7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B71C7D is #48E382. Grayscale: #555555. Windows color (decimal): -4776835 or 8199351. OLE color: 8199351.
HSL color Cylindrical-coordinate representation of color #B71C7D: hue angle of 322.45º 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 #B71C7D is Cyan = 0, Magento = 0.85, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 28 | 125 | - |
| CMYK | 0 | 0.85 | 0.32 | 0.28 |
| HSL | 322.45º | 0.73% | 0.41% | - |
| HSV(B) | 322.45º | 0.85% | 0.72% | - |
| XYZ | 23.65 | 12.38 | 20.55 | - |
| YUV | 85.4 | 150.35 | 197.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 28 | 125 | 0 | 0.85 | 0.32 | 0.28 | 322.45 | 0.73 | 0.41 |
| Hex | B7 | 1C | 7D | 0 | 55 | 20 | 1C | 142 | 49 | 29 |
| Octal | 267 | 34 | 175 | 0 | 125 | 40 | 34 | 502 | 111 | 51 |
| Binary | 10110111 | 11100 | 1111101 | 0 | 1010101 | 100000 | 11100 | 101000010 | 1001001 | 101001 |
Color Harmonies of #B71C7D
Complementary color
Monochromatic Colors of #B71C7D
Black with #B71C7D
Text Example
Text Example
White with #B71C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71C7D; }
p { color: rgb(183,28,125); }
H1.HeaderClassName
{
color: #B71C7D;
}
.AnyTagClassName
{
color: #B71C7D;
}
</style>
background-color css
<style>
a { background-color: #B71C7D; }
a { background-color: rgb(183,28,125); }
div.DivClassName
{
background-color: #B71C7D;
}
.BgClassName
{
background-color: #B71C7D;
}
</style>
border-color css
<style>
span { border-color: #B71C7D; }
span { border-color: rgb(183,28,125); }
td.TdClassName
{
border-color: #B71C7D;
}
.TagClassName
{
border-color: #B71C7D;
}
</style>