Shades of Medium Violet Red #B71895
Tints of Medium Violet Red #B71895
RGB
CMYK
RGB Variations
Color information
#B71895 (or 0xB71895) is known color: Medium Violet Red. HEX triplet: B7, 18 and 95. RGB value is (183,24,149). Sum of RGB (Red+Green+Blue) = 183+24+149=356 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.40% from 356); Green value is 24 (9.77% from 255 or 6.74% from 356); Blue value is 149 (58.59% from 255 or 41.85% from 356); Max value from RGB is 183 - color contains mainly: red. Hex color #B71895 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B71895 is #48E76A. Grayscale: #555555. Windows color (decimal): -4777835 or 9771191. OLE color: 9771191.
HSL color Cylindrical-coordinate representation of color #B71895: hue angle of 312.83º 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 #B71895 is Cyan = 0, Magento = 0.87, Yellow = 0.19 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 24 | 149 | - |
| CMYK | 0 | 0.87 | 0.19 | 0.28 |
| HSL | 312.83º | 0.77% | 0.41% | - |
| HSV(B) | 312.83º | 0.87% | 0.72% | - |
| XYZ | 25.28 | 12.89 | 29.59 | - |
| YUV | 85.79 | 163.68 | 197.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 24 | 149 | 0 | 0.87 | 0.19 | 0.28 | 312.83 | 0.77 | 0.41 |
| Hex | B7 | 18 | 95 | 0 | 57 | 13 | 1C | 139 | 4D | 29 |
| Octal | 267 | 30 | 225 | 0 | 127 | 23 | 34 | 471 | 115 | 51 |
| Binary | 10110111 | 11000 | 10010101 | 0 | 1010111 | 10011 | 11100 | 100111001 | 1001101 | 101001 |
Color Harmonies of #B71895
Complementary color
Monochromatic Colors of #B71895
Black with #B71895
Text Example
Text Example
White with #B71895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71895; }
p { color: rgb(183,24,149); }
H1.HeaderClassName
{
color: #B71895;
}
.AnyTagClassName
{
color: #B71895;
}
</style>
background-color css
<style>
a { background-color: #B71895; }
a { background-color: rgb(183,24,149); }
div.DivClassName
{
background-color: #B71895;
}
.BgClassName
{
background-color: #B71895;
}
</style>
border-color css
<style>
span { border-color: #B71895; }
span { border-color: rgb(183,24,149); }
td.TdClassName
{
border-color: #B71895;
}
.TagClassName
{
border-color: #B71895;
}
</style>