Shades of Medium Violet Red #B71774
Tints of Medium Violet Red #B71774
RGB
CMYK
RGB Variations
Color information
#B71774 (or 0xB71774) is known color: Medium Violet Red. HEX triplet: B7, 17 and 74. RGB value is (183,23,116). Sum of RGB (Red+Green+Blue) = 183+23+116=322 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.83% from 322); Green value is 23 (9.38% from 255 or 7.14% from 322); Blue value is 116 (45.70% from 255 or 36.02% from 322); Max value from RGB is 183 - color contains mainly: red. Hex color #B71774 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B71774 is #48E88B. Grayscale: #515151. Windows color (decimal): -4778124 or 7608247. OLE color: 7608247.
HSL color Cylindrical-coordinate representation of color #B71774: hue angle of 325.12º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B71774 is Cyan = 0, Magento = 0.87, Yellow = 0.37 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 23 | 116 | - |
| CMYK | 0 | 0.87 | 0.37 | 0.28 |
| HSL | 325.13º | 0.78% | 0.4% | - |
| HSV(B) | 325.13º | 0.87% | 0.72% | - |
| XYZ | 22.99 | 11.94 | 17.62 | - |
| YUV | 81.44 | 147.51 | 200.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 23 | 116 | 0 | 0.87 | 0.37 | 0.28 | 325.13 | 0.78 | 0.4 |
| Hex | B7 | 17 | 74 | 0 | 57 | 25 | 1C | 145 | 4E | 28 |
| Octal | 267 | 27 | 164 | 0 | 127 | 45 | 34 | 505 | 116 | 50 |
| Binary | 10110111 | 10111 | 1110100 | 0 | 1010111 | 100101 | 11100 | 101000101 | 1001110 | 101000 |
Color Harmonies of #B71774
Complementary color
Monochromatic Colors of #B71774
Black with #B71774
Text Example
Text Example
White with #B71774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71774; }
p { color: rgb(183,23,116); }
H1.HeaderClassName
{
color: #B71774;
}
.AnyTagClassName
{
color: #B71774;
}
</style>
background-color css
<style>
a { background-color: #B71774; }
a { background-color: rgb(183,23,116); }
div.DivClassName
{
background-color: #B71774;
}
.BgClassName
{
background-color: #B71774;
}
</style>
border-color css
<style>
span { border-color: #B71774; }
span { border-color: rgb(183,23,116); }
td.TdClassName
{
border-color: #B71774;
}
.TagClassName
{
border-color: #B71774;
}
</style>