Shades of Medium Violet Red #B71380
Tints of Medium Violet Red #B71380
RGB
CMYK
RGB Variations
Color information
#B71380 (or 0xB71380) is known color: Medium Violet Red. HEX triplet: B7, 13 and 80. RGB value is (183,19,128). Sum of RGB (Red+Green+Blue) = 183+19+128=330 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.45% from 330); Green value is 19 (7.81% from 255 or 5.76% from 330); Blue value is 128 (50.39% from 255 or 38.79% from 330); Max value from RGB is 183 - color contains mainly: red. Hex color #B71380 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B71380 is #48EC7F. Grayscale: #505050. Windows color (decimal): -4779136 or 8393655. OLE color: 8393655.
HSL color Cylindrical-coordinate representation of color #B71380: hue angle of 320.12º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B71380 is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 19 | 128 | - |
| CMYK | 0 | 0.90 | 0.30 | 0.28 |
| HSL | 320.12º | 0.81% | 0.4% | - |
| HSV(B) | 320.12º | 0.9% | 0.72% | - |
| XYZ | 23.66 | 12.09 | 21.51 | - |
| YUV | 80.46 | 154.83 | 201.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 19 | 128 | 0 | 0.90 | 0.30 | 0.28 | 320.12 | 0.81 | 0.4 |
| Hex | B7 | 13 | 80 | 0 | 5A | 1E | 1C | 140 | 51 | 28 |
| Octal | 267 | 23 | 200 | 0 | 132 | 36 | 34 | 500 | 121 | 50 |
| Binary | 10110111 | 10011 | 10000000 | 0 | 1011010 | 11110 | 11100 | 101000000 | 1010001 | 101000 |
Color Harmonies of #B71380
Complementary color
Monochromatic Colors of #B71380
Black with #B71380
Text Example
Text Example
White with #B71380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71380; }
p { color: rgb(183,19,128); }
H1.HeaderClassName
{
color: #B71380;
}
.AnyTagClassName
{
color: #B71380;
}
</style>
background-color css
<style>
a { background-color: #B71380; }
a { background-color: rgb(183,19,128); }
div.DivClassName
{
background-color: #B71380;
}
.BgClassName
{
background-color: #B71380;
}
</style>
border-color css
<style>
span { border-color: #B71380; }
span { border-color: rgb(183,19,128); }
td.TdClassName
{
border-color: #B71380;
}
.TagClassName
{
border-color: #B71380;
}
</style>