Shades of Medium Violet Red #B71B99
Tints of Medium Violet Red #B71B99
RGB
CMYK
RGB Variations
Color information
#B71B99 (or 0xB71B99) is known color: Medium Violet Red. HEX triplet: B7, 1B and 99. RGB value is (183,27,153). Sum of RGB (Red+Green+Blue) = 183+27+153=363 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.41% from 363); Green value is 27 (10.94% from 255 or 7.44% from 363); Blue value is 153 (60.16% from 255 or 42.15% from 363); Max value from RGB is 183 - color contains mainly: red. Hex color #B71B99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B71B99 is #48E466. Grayscale: #575757. Windows color (decimal): -4777063 or 10034103. OLE color: 10034103.
HSL color Cylindrical-coordinate representation of color #B71B99: hue angle of 311.54º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B71B99 is Cyan = 0, Magento = 0.85, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 27 | 153 | - |
| CMYK | 0 | 0.85 | 0.16 | 0.28 |
| HSL | 311.54º | 0.74% | 0.41% | - |
| HSV(B) | 311.54º | 0.85% | 0.72% | - |
| XYZ | 25.67 | 13.15 | 31.32 | - |
| YUV | 88.01 | 164.68 | 195.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 27 | 153 | 0 | 0.85 | 0.16 | 0.28 | 311.54 | 0.74 | 0.41 |
| Hex | B7 | 1B | 99 | 0 | 55 | 10 | 1C | 138 | 4A | 29 |
| Octal | 267 | 33 | 231 | 0 | 125 | 20 | 34 | 470 | 112 | 51 |
| Binary | 10110111 | 11011 | 10011001 | 0 | 1010101 | 10000 | 11100 | 100111000 | 1001010 | 101001 |
Color Harmonies of #B71B99
Complementary color
Monochromatic Colors of #B71B99
Black with #B71B99
Text Example
Text Example
White with #B71B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71B99; }
p { color: rgb(183,27,153); }
H1.HeaderClassName
{
color: #B71B99;
}
.AnyTagClassName
{
color: #B71B99;
}
</style>
background-color css
<style>
a { background-color: #B71B99; }
a { background-color: rgb(183,27,153); }
div.DivClassName
{
background-color: #B71B99;
}
.BgClassName
{
background-color: #B71B99;
}
</style>
border-color css
<style>
span { border-color: #B71B99; }
span { border-color: rgb(183,27,153); }
td.TdClassName
{
border-color: #B71B99;
}
.TagClassName
{
border-color: #B71B99;
}
</style>