Shades of Medium Violet Red #B71875
Tints of Medium Violet Red #B71875
RGB
CMYK
RGB Variations
Color information
#B71875 (or 0xB71875) is known color: Medium Violet Red. HEX triplet: B7, 18 and 75. RGB value is (183,24,117). Sum of RGB (Red+Green+Blue) = 183+24+117=324 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.48% from 324); Green value is 24 (9.77% from 255 or 7.41% from 324); Blue value is 117 (46.09% from 255 or 36.11% from 324); Max value from RGB is 183 - color contains mainly: red. Hex color #B71875 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B71875 is #48E78A. Grayscale: #515151. Windows color (decimal): -4777867 or 7674039. OLE color: 7674039.
HSL color Cylindrical-coordinate representation of color #B71875: hue angle of 324.91º 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 #B71875 is Cyan = 0, Magento = 0.87, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 24 | 117 | - |
| CMYK | 0 | 0.87 | 0.36 | 0.28 |
| HSL | 324.91º | 0.77% | 0.41% | - |
| HSV(B) | 324.91º | 0.87% | 0.72% | - |
| XYZ | 23.07 | 12 | 17.93 | - |
| YUV | 82.14 | 147.68 | 199.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 24 | 117 | 0 | 0.87 | 0.36 | 0.28 | 324.91 | 0.77 | 0.41 |
| Hex | B7 | 18 | 75 | 0 | 57 | 24 | 1C | 145 | 4D | 29 |
| Octal | 267 | 30 | 165 | 0 | 127 | 44 | 34 | 505 | 115 | 51 |
| Binary | 10110111 | 11000 | 1110101 | 0 | 1010111 | 100100 | 11100 | 101000101 | 1001101 | 101001 |
Color Harmonies of #B71875
Complementary color
Monochromatic Colors of #B71875
Black with #B71875
Text Example
Text Example
White with #B71875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71875; }
p { color: rgb(183,24,117); }
H1.HeaderClassName
{
color: #B71875;
}
.AnyTagClassName
{
color: #B71875;
}
</style>
background-color css
<style>
a { background-color: #B71875; }
a { background-color: rgb(183,24,117); }
div.DivClassName
{
background-color: #B71875;
}
.BgClassName
{
background-color: #B71875;
}
</style>
border-color css
<style>
span { border-color: #B71875; }
span { border-color: rgb(183,24,117); }
td.TdClassName
{
border-color: #B71875;
}
.TagClassName
{
border-color: #B71875;
}
</style>