Shades of Medium Violet Red #B71173
Tints of Medium Violet Red #B71173
RGB
CMYK
RGB Variations
Color information
#B71173 (or 0xB71173) is known color: Medium Violet Red. HEX triplet: B7, 11 and 73. RGB value is (183,17,115). Sum of RGB (Red+Green+Blue) = 183+17+115=315 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.10% from 315); Green value is 17 (7.03% from 255 or 5.40% from 315); Blue value is 115 (45.31% from 255 or 36.51% from 315); Max value from RGB is 183 - color contains mainly: red. Hex color #B71173 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B71173 is #48EE8C. Grayscale: #4D4D4D. Windows color (decimal): -4779661 or 7541175. OLE color: 7541175.
HSL color Cylindrical-coordinate representation of color #B71173: hue angle of 324.58º degrees, saturation: 0.83, 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 #B71173 is Cyan = 0, Magento = 0.91, Yellow = 0.37 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 17 | 115 | - |
| CMYK | 0 | 0.91 | 0.37 | 0.28 |
| HSL | 324.58º | 0.83% | 0.39% | - |
| HSV(B) | 324.58º | 0.91% | 0.72% | - |
| XYZ | 22.82 | 11.71 | 17.28 | - |
| YUV | 77.81 | 149 | 203.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 17 | 115 | 0 | 0.91 | 0.37 | 0.28 | 324.58 | 0.83 | 0.39 |
| Hex | B7 | 11 | 73 | 0 | 5B | 25 | 1C | 145 | 53 | 27 |
| Octal | 267 | 21 | 163 | 0 | 133 | 45 | 34 | 505 | 123 | 47 |
| Binary | 10110111 | 10001 | 1110011 | 0 | 1011011 | 100101 | 11100 | 101000101 | 1010011 | 100111 |
Color Harmonies of #B71173
Complementary color
Monochromatic Colors of #B71173
Black with #B71173
Text Example
Text Example
White with #B71173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71173; }
p { color: rgb(183,17,115); }
H1.HeaderClassName
{
color: #B71173;
}
.AnyTagClassName
{
color: #B71173;
}
</style>
background-color css
<style>
a { background-color: #B71173; }
a { background-color: rgb(183,17,115); }
div.DivClassName
{
background-color: #B71173;
}
.BgClassName
{
background-color: #B71173;
}
</style>
border-color css
<style>
span { border-color: #B71173; }
span { border-color: rgb(183,17,115); }
td.TdClassName
{
border-color: #B71173;
}
.TagClassName
{
border-color: #B71173;
}
</style>