Shades of Medium Violet Red #B71994
Tints of Medium Violet Red #B71994
RGB
CMYK
RGB Variations
Color information
#B71994 (or 0xB71994) is known color: Medium Violet Red. HEX triplet: B7, 19 and 94. RGB value is (183,25,148). Sum of RGB (Red+Green+Blue) = 183+25+148=356 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.40% from 356); Green value is 25 (10.16% from 255 or 7.02% from 356); Blue value is 148 (58.20% from 255 or 41.57% from 356); Max value from RGB is 183 - color contains mainly: red. Hex color #B71994 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B71994 is #48E66B. Grayscale: #555555. Windows color (decimal): -4777580 or 9705911. OLE color: 9705911.
HSL color Cylindrical-coordinate representation of color #B71994: hue angle of 313.29º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B71994 is Cyan = 0, Magento = 0.86, Yellow = 0.19 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 25 | 148 | - |
| CMYK | 0 | 0.86 | 0.19 | 0.28 |
| HSL | 313.29º | 0.76% | 0.41% | - |
| HSV(B) | 313.29º | 0.86% | 0.72% | - |
| XYZ | 25.22 | 12.9 | 29.18 | - |
| YUV | 86.26 | 162.85 | 197 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 25 | 148 | 0 | 0.86 | 0.19 | 0.28 | 313.29 | 0.76 | 0.41 |
| Hex | B7 | 19 | 94 | 0 | 56 | 13 | 1C | 139 | 4C | 29 |
| Octal | 267 | 31 | 224 | 0 | 126 | 23 | 34 | 471 | 114 | 51 |
| Binary | 10110111 | 11001 | 10010100 | 0 | 1010110 | 10011 | 11100 | 100111001 | 1001100 | 101001 |
Color Harmonies of #B71994
Complementary color
Monochromatic Colors of #B71994
Black with #B71994
Text Example
Text Example
White with #B71994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71994; }
p { color: rgb(183,25,148); }
H1.HeaderClassName
{
color: #B71994;
}
.AnyTagClassName
{
color: #B71994;
}
</style>
background-color css
<style>
a { background-color: #B71994; }
a { background-color: rgb(183,25,148); }
div.DivClassName
{
background-color: #B71994;
}
.BgClassName
{
background-color: #B71994;
}
</style>
border-color css
<style>
span { border-color: #B71994; }
span { border-color: rgb(183,25,148); }
td.TdClassName
{
border-color: #B71994;
}
.TagClassName
{
border-color: #B71994;
}
</style>