Shades of Medium Violet Red #B71880
Tints of Medium Violet Red #B71880
RGB
CMYK
RGB Variations
Color information
#B71880 (or 0xB71880) is known color: Medium Violet Red. HEX triplet: B7, 18 and 80. RGB value is (183,24,128). Sum of RGB (Red+Green+Blue) = 183+24+128=335 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.63% from 335); Green value is 24 (9.77% from 255 or 7.16% from 335); Blue value is 128 (50.39% from 255 or 38.21% from 335); Max value from RGB is 183 - color contains mainly: red. Hex color #B71880 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B71880 is #48E77F. Grayscale: #535353. Windows color (decimal): -4777856 or 8394935. OLE color: 8394935.
HSL color Cylindrical-coordinate representation of color #B71880: hue angle of 320.75º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B71880 is Cyan = 0, Magento = 0.87, Yellow = 0.30 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 24 | 128 | - |
| CMYK | 0 | 0.87 | 0.30 | 0.28 |
| HSL | 320.75º | 0.77% | 0.41% | - |
| HSV(B) | 320.75º | 0.87% | 0.72% | - |
| XYZ | 23.75 | 12.28 | 21.54 | - |
| YUV | 83.4 | 153.18 | 199.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 24 | 128 | 0 | 0.87 | 0.30 | 0.28 | 320.75 | 0.77 | 0.41 |
| Hex | B7 | 18 | 80 | 0 | 57 | 1E | 1C | 141 | 4D | 29 |
| Octal | 267 | 30 | 200 | 0 | 127 | 36 | 34 | 501 | 115 | 51 |
| Binary | 10110111 | 11000 | 10000000 | 0 | 1010111 | 11110 | 11100 | 101000001 | 1001101 | 101001 |
Color Harmonies of #B71880
Complementary color
Monochromatic Colors of #B71880
Black with #B71880
Text Example
Text Example
White with #B71880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71880; }
p { color: rgb(183,24,128); }
H1.HeaderClassName
{
color: #B71880;
}
.AnyTagClassName
{
color: #B71880;
}
</style>
background-color css
<style>
a { background-color: #B71880; }
a { background-color: rgb(183,24,128); }
div.DivClassName
{
background-color: #B71880;
}
.BgClassName
{
background-color: #B71880;
}
</style>
border-color css
<style>
span { border-color: #B71880; }
span { border-color: rgb(183,24,128); }
td.TdClassName
{
border-color: #B71880;
}
.TagClassName
{
border-color: #B71880;
}
</style>