Shades of Medium Violet Red #B71C84
Tints of Medium Violet Red #B71C84
RGB
CMYK
RGB Variations
Color information
#B71C84 (or 0xB71C84) is known color: Medium Violet Red. HEX triplet: B7, 1C and 84. RGB value is (183,28,132). Sum of RGB (Red+Green+Blue) = 183+28+132=343 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.35% from 343); Green value is 28 (11.33% from 255 or 8.16% from 343); Blue value is 132 (51.95% from 255 or 38.48% from 343); Max value from RGB is 183 - color contains mainly: red. Hex color #B71C84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B71C84 is #48E37B. Grayscale: #555555. Windows color (decimal): -4776828 or 8658103. OLE color: 8658103.
HSL color Cylindrical-coordinate representation of color #B71C84: hue angle of 319.74º 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 #B71C84 is Cyan = 0, Magento = 0.85, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 28 | 132 | - |
| CMYK | 0 | 0.85 | 0.28 | 0.28 |
| HSL | 319.74º | 0.73% | 0.41% | - |
| HSV(B) | 319.74º | 0.85% | 0.72% | - |
| XYZ | 24.11 | 12.56 | 22.98 | - |
| YUV | 86.2 | 153.85 | 197.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 28 | 132 | 0 | 0.85 | 0.28 | 0.28 | 319.74 | 0.73 | 0.41 |
| Hex | B7 | 1C | 84 | 0 | 55 | 1C | 1C | 140 | 49 | 29 |
| Octal | 267 | 34 | 204 | 0 | 125 | 34 | 34 | 500 | 111 | 51 |
| Binary | 10110111 | 11100 | 10000100 | 0 | 1010101 | 11100 | 11100 | 101000000 | 1001001 | 101001 |
Color Harmonies of #B71C84
Complementary color
Monochromatic Colors of #B71C84
Black with #B71C84
Text Example
Text Example
White with #B71C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71C84; }
p { color: rgb(183,28,132); }
H1.HeaderClassName
{
color: #B71C84;
}
.AnyTagClassName
{
color: #B71C84;
}
</style>
background-color css
<style>
a { background-color: #B71C84; }
a { background-color: rgb(183,28,132); }
div.DivClassName
{
background-color: #B71C84;
}
.BgClassName
{
background-color: #B71C84;
}
</style>
border-color css
<style>
span { border-color: #B71C84; }
span { border-color: rgb(183,28,132); }
td.TdClassName
{
border-color: #B71C84;
}
.TagClassName
{
border-color: #B71C84;
}
</style>