Shades of Medium Violet Red #B71873
Tints of Medium Violet Red #B71873
RGB
CMYK
RGB Variations
Color information
#B71873 (or 0xB71873) is known color: Medium Violet Red. HEX triplet: B7, 18 and 73. RGB value is (183,24,115). Sum of RGB (Red+Green+Blue) = 183+24+115=322 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.83% from 322); Green value is 24 (9.77% from 255 or 7.45% from 322); Blue value is 115 (45.31% from 255 or 35.71% from 322); Max value from RGB is 183 - color contains mainly: red. Hex color #B71873 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B71873 is #48E78C. Grayscale: #515151. Windows color (decimal): -4777869 or 7542967. OLE color: 7542967.
HSL color Cylindrical-coordinate representation of color #B71873: hue angle of 325.66º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B71873 is Cyan = 0, Magento = 0.87, Yellow = 0.37 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 24 | 115 | - |
| CMYK | 0 | 0.87 | 0.37 | 0.28 |
| HSL | 325.66º | 0.77% | 0.41% | - |
| HSV(B) | 325.66º | 0.87% | 0.72% | - |
| XYZ | 22.95 | 11.96 | 17.32 | - |
| YUV | 81.92 | 146.68 | 200.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 24 | 115 | 0 | 0.87 | 0.37 | 0.28 | 325.66 | 0.77 | 0.41 |
| Hex | B7 | 18 | 73 | 0 | 57 | 25 | 1C | 146 | 4D | 29 |
| Octal | 267 | 30 | 163 | 0 | 127 | 45 | 34 | 506 | 115 | 51 |
| Binary | 10110111 | 11000 | 1110011 | 0 | 1010111 | 100101 | 11100 | 101000110 | 1001101 | 101001 |
Color Harmonies of #B71873
Complementary color
Monochromatic Colors of #B71873
Black with #B71873
Text Example
Text Example
White with #B71873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71873; }
p { color: rgb(183,24,115); }
H1.HeaderClassName
{
color: #B71873;
}
.AnyTagClassName
{
color: #B71873;
}
</style>
background-color css
<style>
a { background-color: #B71873; }
a { background-color: rgb(183,24,115); }
div.DivClassName
{
background-color: #B71873;
}
.BgClassName
{
background-color: #B71873;
}
</style>
border-color css
<style>
span { border-color: #B71873; }
span { border-color: rgb(183,24,115); }
td.TdClassName
{
border-color: #B71873;
}
.TagClassName
{
border-color: #B71873;
}
</style>