Shades of Medium Violet Red #B71182
Tints of Medium Violet Red #B71182
RGB
CMYK
RGB Variations
Color information
#B71182 (or 0xB71182) is known color: Medium Violet Red. HEX triplet: B7, 11 and 82. RGB value is (183,17,130). Sum of RGB (Red+Green+Blue) = 183+17+130=330 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.45% from 330); Green value is 17 (7.03% from 255 or 5.15% from 330); Blue value is 130 (51.17% from 255 or 39.39% from 330); Max value from RGB is 183 - color contains mainly: red. Hex color #B71182 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B71182 is #48EE7D. Grayscale: #4F4F4F. Windows color (decimal): -4779646 or 8524215. OLE color: 8524215.
HSL color Cylindrical-coordinate representation of color #B71182: hue angle of 319.16º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B71182 is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 17 | 130 | - |
| CMYK | 0 | 0.91 | 0.29 | 0.28 |
| HSL | 319.16º | 0.83% | 0.39% | - |
| HSV(B) | 319.16º | 0.91% | 0.72% | - |
| XYZ | 23.76 | 12.08 | 22.2 | - |
| YUV | 79.52 | 156.5 | 201.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 17 | 130 | 0 | 0.91 | 0.29 | 0.28 | 319.16 | 0.83 | 0.39 |
| Hex | B7 | 11 | 82 | 0 | 5B | 1D | 1C | 13F | 53 | 27 |
| Octal | 267 | 21 | 202 | 0 | 133 | 35 | 34 | 477 | 123 | 47 |
| Binary | 10110111 | 10001 | 10000010 | 0 | 1011011 | 11101 | 11100 | 100111111 | 1010011 | 100111 |
Color Harmonies of #B71182
Complementary color
Monochromatic Colors of #B71182
Black with #B71182
Text Example
Text Example
White with #B71182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71182; }
p { color: rgb(183,17,130); }
H1.HeaderClassName
{
color: #B71182;
}
.AnyTagClassName
{
color: #B71182;
}
</style>
background-color css
<style>
a { background-color: #B71182; }
a { background-color: rgb(183,17,130); }
div.DivClassName
{
background-color: #B71182;
}
.BgClassName
{
background-color: #B71182;
}
</style>
border-color css
<style>
span { border-color: #B71182; }
span { border-color: rgb(183,17,130); }
td.TdClassName
{
border-color: #B71182;
}
.TagClassName
{
border-color: #B71182;
}
</style>