Shades of Medium Violet Red #B71EA7
Tints of Medium Violet Red #B71EA7
RGB
CMYK
RGB Variations
Color information
#B71EA7 (or 0xB71EA7) is known color: Medium Violet Red. HEX triplet: B7, 1E and A7. RGB value is (183,30,167). Sum of RGB (Red+Green+Blue) = 183+30+167=380 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.16% from 380); Green value is 30 (12.11% from 255 or 7.89% from 380); Blue value is 167 (65.62% from 255 or 43.95% from 380); Max value from RGB is 183 - color contains mainly: red. Hex color #B71EA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B71EA7 is #48E158. Grayscale: #5A5A5A. Windows color (decimal): -4776281 or 10952375. OLE color: 10952375.
HSL color Cylindrical-coordinate representation of color #B71EA7: hue angle of 306.27º 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 #B71EA7 is Cyan = 0, Magento = 0.84, Yellow = 0.09 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 30 | 167 | - |
| CMYK | 0 | 0.84 | 0.09 | 0.28 |
| HSL | 306.27º | 0.72% | 0.42% | - |
| HSV(B) | 306.27º | 0.84% | 0.72% | - |
| XYZ | 26.97 | 13.79 | 37.8 | - |
| YUV | 91.37 | 170.69 | 193.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 30 | 167 | 0 | 0.84 | 0.09 | 0.28 | 306.27 | 0.72 | 0.42 |
| Hex | B7 | 1E | A7 | 0 | 54 | 9 | 1C | 132 | 48 | 2A |
| Octal | 267 | 36 | 247 | 0 | 124 | 11 | 34 | 462 | 110 | 52 |
| Binary | 10110111 | 11110 | 10100111 | 0 | 1010100 | 1001 | 11100 | 100110010 | 1001000 | 101010 |
Color Harmonies of #B71EA7
Complementary color
Monochromatic Colors of #B71EA7
Black with #B71EA7
Text Example
Text Example
White with #B71EA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71EA7; }
p { color: rgb(183,30,167); }
H1.HeaderClassName
{
color: #B71EA7;
}
.AnyTagClassName
{
color: #B71EA7;
}
</style>
background-color css
<style>
a { background-color: #B71EA7; }
a { background-color: rgb(183,30,167); }
div.DivClassName
{
background-color: #B71EA7;
}
.BgClassName
{
background-color: #B71EA7;
}
</style>
border-color css
<style>
span { border-color: #B71EA7; }
span { border-color: rgb(183,30,167); }
td.TdClassName
{
border-color: #B71EA7;
}
.TagClassName
{
border-color: #B71EA7;
}
</style>