Shades of Medium Violet Red #B71C94
Tints of Medium Violet Red #B71C94
RGB
CMYK
RGB Variations
Color information
#B71C94 (or 0xB71C94) is known color: Medium Violet Red. HEX triplet: B7, 1C and 94. RGB value is (183,28,148). Sum of RGB (Red+Green+Blue) = 183+28+148=359 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.97% from 359); Green value is 28 (11.33% from 255 or 7.80% from 359); Blue value is 148 (58.20% from 255 or 41.23% from 359); Max value from RGB is 183 - color contains mainly: red. Hex color #B71C94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B71C94 is #48E36B. Grayscale: #575757. Windows color (decimal): -4776812 or 9706679. OLE color: 9706679.
HSL color Cylindrical-coordinate representation of color #B71C94: hue angle of 313.55º degrees, saturation: 0.73, 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 #B71C94 is Cyan = 0, Magento = 0.85, Yellow = 0.19 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 28 | 148 | - |
| CMYK | 0 | 0.85 | 0.19 | 0.28 |
| HSL | 313.55º | 0.73% | 0.41% | - |
| HSV(B) | 313.55º | 0.85% | 0.72% | - |
| XYZ | 25.29 | 13.04 | 29.2 | - |
| YUV | 88.03 | 161.85 | 195.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 28 | 148 | 0 | 0.85 | 0.19 | 0.28 | 313.55 | 0.73 | 0.41 |
| Hex | B7 | 1C | 94 | 0 | 55 | 13 | 1C | 13A | 49 | 29 |
| Octal | 267 | 34 | 224 | 0 | 125 | 23 | 34 | 472 | 111 | 51 |
| Binary | 10110111 | 11100 | 10010100 | 0 | 1010101 | 10011 | 11100 | 100111010 | 1001001 | 101001 |
Color Harmonies of #B71C94
Complementary color
Monochromatic Colors of #B71C94
Black with #B71C94
Text Example
Text Example
White with #B71C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71C94; }
p { color: rgb(183,28,148); }
H1.HeaderClassName
{
color: #B71C94;
}
.AnyTagClassName
{
color: #B71C94;
}
</style>
background-color css
<style>
a { background-color: #B71C94; }
a { background-color: rgb(183,28,148); }
div.DivClassName
{
background-color: #B71C94;
}
.BgClassName
{
background-color: #B71C94;
}
</style>
border-color css
<style>
span { border-color: #B71C94; }
span { border-color: rgb(183,28,148); }
td.TdClassName
{
border-color: #B71C94;
}
.TagClassName
{
border-color: #B71C94;
}
</style>