Shades of Medium Violet Red #B71491
Tints of Medium Violet Red #B71491
RGB
CMYK
RGB Variations
Color information
#B71491 (or 0xB71491) is known color: Medium Violet Red. HEX triplet: B7, 14 and 91. RGB value is (183,20,145). Sum of RGB (Red+Green+Blue) = 183+20+145=348 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.59% from 348); Green value is 20 (8.20% from 255 or 5.75% from 348); Blue value is 145 (57.03% from 255 or 41.67% from 348); Max value from RGB is 183 - color contains mainly: red. Hex color #B71491 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B71491 is #48EB6E. Grayscale: #525252. Windows color (decimal): -4778863 or 9508023. OLE color: 9508023.
HSL color Cylindrical-coordinate representation of color #B71491: hue angle of 313.99º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B71491 is Cyan = 0, Magento = 0.89, Yellow = 0.21 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 20 | 145 | - |
| CMYK | 0 | 0.89 | 0.21 | 0.28 |
| HSL | 313.99º | 0.8% | 0.4% | - |
| HSV(B) | 313.99º | 0.89% | 0.72% | - |
| XYZ | 24.89 | 12.61 | 27.91 | - |
| YUV | 82.99 | 163 | 199.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 20 | 145 | 0 | 0.89 | 0.21 | 0.28 | 313.99 | 0.8 | 0.4 |
| Hex | B7 | 14 | 91 | 0 | 59 | 15 | 1C | 13A | 50 | 28 |
| Octal | 267 | 24 | 221 | 0 | 131 | 25 | 34 | 472 | 120 | 50 |
| Binary | 10110111 | 10100 | 10010001 | 0 | 1011001 | 10101 | 11100 | 100111010 | 1010000 | 101000 |
Color Harmonies of #B71491
Complementary color
Monochromatic Colors of #B71491
Black with #B71491
Text Example
Text Example
White with #B71491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71491; }
p { color: rgb(183,20,145); }
H1.HeaderClassName
{
color: #B71491;
}
.AnyTagClassName
{
color: #B71491;
}
</style>
background-color css
<style>
a { background-color: #B71491; }
a { background-color: rgb(183,20,145); }
div.DivClassName
{
background-color: #B71491;
}
.BgClassName
{
background-color: #B71491;
}
</style>
border-color css
<style>
span { border-color: #B71491; }
span { border-color: rgb(183,20,145); }
td.TdClassName
{
border-color: #B71491;
}
.TagClassName
{
border-color: #B71491;
}
</style>