Shades of Medium Violet Red #B71E9E
Tints of Medium Violet Red #B71E9E
RGB
CMYK
RGB Variations
Color information
#B71E9E (or 0xB71E9E) is known color: Medium Violet Red. HEX triplet: B7, 1E and 9E. RGB value is (183,30,158). Sum of RGB (Red+Green+Blue) = 183+30+158=371 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.33% from 371); Green value is 30 (12.11% from 255 or 8.09% from 371); Blue value is 158 (62.11% from 255 or 42.59% from 371); Max value from RGB is 183 - color contains mainly: red. Hex color #B71E9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B71E9E is #48E161. Grayscale: #595959. Windows color (decimal): -4776290 or 10362551. OLE color: 10362551.
HSL color Cylindrical-coordinate representation of color #B71E9E: hue angle of 309.8º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B71E9E is Cyan = 0, Magento = 0.84, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 30 | 158 | - |
| CMYK | 0 | 0.84 | 0.14 | 0.28 |
| HSL | 309.8º | 0.72% | 0.42% | - |
| HSV(B) | 309.8º | 0.84% | 0.72% | - |
| XYZ | 26.16 | 13.46 | 33.57 | - |
| YUV | 90.34 | 166.19 | 194.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 30 | 158 | 0 | 0.84 | 0.14 | 0.28 | 309.8 | 0.72 | 0.42 |
| Hex | B7 | 1E | 9E | 0 | 54 | E | 1C | 136 | 48 | 2A |
| Octal | 267 | 36 | 236 | 0 | 124 | 16 | 34 | 466 | 110 | 52 |
| Binary | 10110111 | 11110 | 10011110 | 0 | 1010100 | 1110 | 11100 | 100110110 | 1001000 | 101010 |
Color Harmonies of #B71E9E
Complementary color
Monochromatic Colors of #B71E9E
Black with #B71E9E
Text Example
Text Example
White with #B71E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71E9E; }
p { color: rgb(183,30,158); }
H1.HeaderClassName
{
color: #B71E9E;
}
.AnyTagClassName
{
color: #B71E9E;
}
</style>
background-color css
<style>
a { background-color: #B71E9E; }
a { background-color: rgb(183,30,158); }
div.DivClassName
{
background-color: #B71E9E;
}
.BgClassName
{
background-color: #B71E9E;
}
</style>
border-color css
<style>
span { border-color: #B71E9E; }
span { border-color: rgb(183,30,158); }
td.TdClassName
{
border-color: #B71E9E;
}
.TagClassName
{
border-color: #B71E9E;
}
</style>