Shades of Medium Violet Red #B71C83
Tints of Medium Violet Red #B71C83
RGB
CMYK
RGB Variations
Color information
#B71C83 (or 0xB71C83) is known color: Medium Violet Red. HEX triplet: B7, 1C and 83. RGB value is (183,28,131). Sum of RGB (Red+Green+Blue) = 183+28+131=342 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.51% from 342); Green value is 28 (11.33% from 255 or 8.19% from 342); Blue value is 131 (51.56% from 255 or 38.30% from 342); Max value from RGB is 183 - color contains mainly: red. Hex color #B71C83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B71C83 is #48E37C. Grayscale: #555555. Windows color (decimal): -4776829 or 8592567. OLE color: 8592567.
HSL color Cylindrical-coordinate representation of color #B71C83: hue angle of 320.13º 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 #B71C83 is Cyan = 0, Magento = 0.85, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 28 | 131 | - |
| CMYK | 0 | 0.85 | 0.28 | 0.28 |
| HSL | 320.13º | 0.73% | 0.41% | - |
| HSV(B) | 320.13º | 0.85% | 0.72% | - |
| XYZ | 24.04 | 12.54 | 22.63 | - |
| YUV | 86.09 | 153.35 | 197.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 28 | 131 | 0 | 0.85 | 0.28 | 0.28 | 320.13 | 0.73 | 0.41 |
| Hex | B7 | 1C | 83 | 0 | 55 | 1C | 1C | 140 | 49 | 29 |
| Octal | 267 | 34 | 203 | 0 | 125 | 34 | 34 | 500 | 111 | 51 |
| Binary | 10110111 | 11100 | 10000011 | 0 | 1010101 | 11100 | 11100 | 101000000 | 1001001 | 101001 |
Color Harmonies of #B71C83
Complementary color
Monochromatic Colors of #B71C83
Black with #B71C83
Text Example
Text Example
White with #B71C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71C83; }
p { color: rgb(183,28,131); }
H1.HeaderClassName
{
color: #B71C83;
}
.AnyTagClassName
{
color: #B71C83;
}
</style>
background-color css
<style>
a { background-color: #B71C83; }
a { background-color: rgb(183,28,131); }
div.DivClassName
{
background-color: #B71C83;
}
.BgClassName
{
background-color: #B71C83;
}
</style>
border-color css
<style>
span { border-color: #B71C83; }
span { border-color: rgb(183,28,131); }
td.TdClassName
{
border-color: #B71C83;
}
.TagClassName
{
border-color: #B71C83;
}
</style>