Shades of Medium Violet Red #B71188
Tints of Medium Violet Red #B71188
RGB
CMYK
RGB Variations
Color information
#B71188 (or 0xB71188) is known color: Medium Violet Red. HEX triplet: B7, 11 and 88. RGB value is (183,17,136). Sum of RGB (Red+Green+Blue) = 183+17+136=336 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.46% from 336); Green value is 17 (7.03% from 255 or 5.06% from 336); Blue value is 136 (53.52% from 255 or 40.48% from 336); Max value from RGB is 183 - color contains mainly: red. Hex color #B71188 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B71188 is #48EE77. Grayscale: #4F4F4F. Windows color (decimal): -4779640 or 8917431. OLE color: 8917431.
HSL color Cylindrical-coordinate representation of color #B71188: hue angle of 316.99º 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 #B71188 is Cyan = 0, Magento = 0.91, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 17 | 136 | - |
| CMYK | 0 | 0.91 | 0.26 | 0.28 |
| HSL | 316.99º | 0.83% | 0.39% | - |
| HSV(B) | 316.99º | 0.91% | 0.72% | - |
| XYZ | 24.17 | 12.25 | 24.38 | - |
| YUV | 80.2 | 159.5 | 201.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 17 | 136 | 0 | 0.91 | 0.26 | 0.28 | 316.99 | 0.83 | 0.39 |
| Hex | B7 | 11 | 88 | 0 | 5B | 1A | 1C | 13D | 53 | 27 |
| Octal | 267 | 21 | 210 | 0 | 133 | 32 | 34 | 475 | 123 | 47 |
| Binary | 10110111 | 10001 | 10001000 | 0 | 1011011 | 11010 | 11100 | 100111101 | 1010011 | 100111 |
Color Harmonies of #B71188
Complementary color
Monochromatic Colors of #B71188
Black with #B71188
Text Example
Text Example
White with #B71188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71188; }
p { color: rgb(183,17,136); }
H1.HeaderClassName
{
color: #B71188;
}
.AnyTagClassName
{
color: #B71188;
}
</style>
background-color css
<style>
a { background-color: #B71188; }
a { background-color: rgb(183,17,136); }
div.DivClassName
{
background-color: #B71188;
}
.BgClassName
{
background-color: #B71188;
}
</style>
border-color css
<style>
span { border-color: #B71188; }
span { border-color: rgb(183,17,136); }
td.TdClassName
{
border-color: #B71188;
}
.TagClassName
{
border-color: #B71188;
}
</style>