Shades of Medium Violet Red #B71185
Tints of Medium Violet Red #B71185
RGB
CMYK
RGB Variations
Color information
#B71185 (or 0xB71185) is known color: Medium Violet Red. HEX triplet: B7, 11 and 85. RGB value is (183,17,133). Sum of RGB (Red+Green+Blue) = 183+17+133=333 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.95% from 333); Green value is 17 (7.03% from 255 or 5.11% from 333); Blue value is 133 (52.34% from 255 or 39.94% from 333); Max value from RGB is 183 - color contains mainly: red. Hex color #B71185 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B71185 is #48EE7A. Grayscale: #4F4F4F. Windows color (decimal): -4779643 or 8720823. OLE color: 8720823.
HSL color Cylindrical-coordinate representation of color #B71185: hue angle of 318.07º 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 #B71185 is Cyan = 0, Magento = 0.91, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 17 | 133 | - |
| CMYK | 0 | 0.91 | 0.27 | 0.28 |
| HSL | 318.07º | 0.83% | 0.39% | - |
| HSV(B) | 318.07º | 0.91% | 0.72% | - |
| XYZ | 23.96 | 12.16 | 23.27 | - |
| YUV | 79.86 | 158 | 201.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 17 | 133 | 0 | 0.91 | 0.27 | 0.28 | 318.07 | 0.83 | 0.39 |
| Hex | B7 | 11 | 85 | 0 | 5B | 1B | 1C | 13E | 53 | 27 |
| Octal | 267 | 21 | 205 | 0 | 133 | 33 | 34 | 476 | 123 | 47 |
| Binary | 10110111 | 10001 | 10000101 | 0 | 1011011 | 11011 | 11100 | 100111110 | 1010011 | 100111 |
Color Harmonies of #B71185
Complementary color
Monochromatic Colors of #B71185
Black with #B71185
Text Example
Text Example
White with #B71185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71185; }
p { color: rgb(183,17,133); }
H1.HeaderClassName
{
color: #B71185;
}
.AnyTagClassName
{
color: #B71185;
}
</style>
background-color css
<style>
a { background-color: #B71185; }
a { background-color: rgb(183,17,133); }
div.DivClassName
{
background-color: #B71185;
}
.BgClassName
{
background-color: #B71185;
}
</style>
border-color css
<style>
span { border-color: #B71185; }
span { border-color: rgb(183,17,133); }
td.TdClassName
{
border-color: #B71185;
}
.TagClassName
{
border-color: #B71185;
}
</style>