Shades of Medium Violet Red #B71074
Tints of Medium Violet Red #B71074
RGB
CMYK
RGB Variations
Color information
#B71074 (or 0xB71074) is known color: Medium Violet Red. HEX triplet: B7, 10 and 74. RGB value is (183,16,116). Sum of RGB (Red+Green+Blue) = 183+16+116=315 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.10% from 315); Green value is 16 (6.64% from 255 or 5.08% from 315); Blue value is 116 (45.70% from 255 or 36.83% from 315); Max value from RGB is 183 - color contains mainly: red. Hex color #B71074 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B71074 is #48EF8B. Grayscale: #4D4D4D. Windows color (decimal): -4779916 or 7606455. OLE color: 7606455.
HSL color Cylindrical-coordinate representation of color #B71074: hue angle of 324.07º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B71074 is Cyan = 0, Magento = 0.91, Yellow = 0.37 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 16 | 116 | - |
| CMYK | 0 | 0.91 | 0.37 | 0.28 |
| HSL | 324.07º | 0.84% | 0.39% | - |
| HSV(B) | 324.07º | 0.91% | 0.72% | - |
| XYZ | 22.87 | 11.7 | 17.58 | - |
| YUV | 77.33 | 149.83 | 203.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 16 | 116 | 0 | 0.91 | 0.37 | 0.28 | 324.07 | 0.84 | 0.39 |
| Hex | B7 | 10 | 74 | 0 | 5B | 25 | 1C | 144 | 54 | 27 |
| Octal | 267 | 20 | 164 | 0 | 133 | 45 | 34 | 504 | 124 | 47 |
| Binary | 10110111 | 10000 | 1110100 | 0 | 1011011 | 100101 | 11100 | 101000100 | 1010100 | 100111 |
Color Harmonies of #B71074
Complementary color
Monochromatic Colors of #B71074
Black with #B71074
Text Example
Text Example
White with #B71074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71074; }
p { color: rgb(183,16,116); }
H1.HeaderClassName
{
color: #B71074;
}
.AnyTagClassName
{
color: #B71074;
}
</style>
background-color css
<style>
a { background-color: #B71074; }
a { background-color: rgb(183,16,116); }
div.DivClassName
{
background-color: #B71074;
}
.BgClassName
{
background-color: #B71074;
}
</style>
border-color css
<style>
span { border-color: #B71074; }
span { border-color: rgb(183,16,116); }
td.TdClassName
{
border-color: #B71074;
}
.TagClassName
{
border-color: #B71074;
}
</style>