Shades of Medium Violet Red #B71C81
Tints of Medium Violet Red #B71C81
RGB
CMYK
RGB Variations
Color information
#B71C81 (or 0xB71C81) is known color: Medium Violet Red. HEX triplet: B7, 1C and 81. RGB value is (183,28,129). Sum of RGB (Red+Green+Blue) = 183+28+129=340 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.82% from 340); Green value is 28 (11.33% from 255 or 8.24% from 340); Blue value is 129 (50.78% from 255 or 37.94% from 340); Max value from RGB is 183 - color contains mainly: red. Hex color #B71C81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B71C81 is #48E37E. Grayscale: #555555. Windows color (decimal): -4776831 or 8461495. OLE color: 8461495.
HSL color Cylindrical-coordinate representation of color #B71C81: hue angle of 320.9º 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 #B71C81 is Cyan = 0, Magento = 0.85, Yellow = 0.30 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 28 | 129 | - |
| CMYK | 0 | 0.85 | 0.30 | 0.28 |
| HSL | 320.9º | 0.73% | 0.41% | - |
| HSV(B) | 320.9º | 0.85% | 0.72% | - |
| XYZ | 23.91 | 12.48 | 21.92 | - |
| YUV | 85.86 | 152.35 | 197.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 28 | 129 | 0 | 0.85 | 0.30 | 0.28 | 320.9 | 0.73 | 0.41 |
| Hex | B7 | 1C | 81 | 0 | 55 | 1E | 1C | 141 | 49 | 29 |
| Octal | 267 | 34 | 201 | 0 | 125 | 36 | 34 | 501 | 111 | 51 |
| Binary | 10110111 | 11100 | 10000001 | 0 | 1010101 | 11110 | 11100 | 101000001 | 1001001 | 101001 |
Color Harmonies of #B71C81
Complementary color
Monochromatic Colors of #B71C81
Black with #B71C81
Text Example
Text Example
White with #B71C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71C81; }
p { color: rgb(183,28,129); }
H1.HeaderClassName
{
color: #B71C81;
}
.AnyTagClassName
{
color: #B71C81;
}
</style>
background-color css
<style>
a { background-color: #B71C81; }
a { background-color: rgb(183,28,129); }
div.DivClassName
{
background-color: #B71C81;
}
.BgClassName
{
background-color: #B71C81;
}
</style>
border-color css
<style>
span { border-color: #B71C81; }
span { border-color: rgb(183,28,129); }
td.TdClassName
{
border-color: #B71C81;
}
.TagClassName
{
border-color: #B71C81;
}
</style>