Shades of Medium Violet Red #B71495
Tints of Medium Violet Red #B71495
RGB
CMYK
RGB Variations
Color information
#B71495 (or 0xB71495) is known color: Medium Violet Red. HEX triplet: B7, 14 and 95. RGB value is (183,20,149). Sum of RGB (Red+Green+Blue) = 183+20+149=352 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.99% from 352); Green value is 20 (8.20% from 255 or 5.68% from 352); Blue value is 149 (58.59% from 255 or 42.33% from 352); Max value from RGB is 183 - color contains mainly: red. Hex color #B71495 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B71495 is #48EB6A. Grayscale: #535353. Windows color (decimal): -4778859 or 9770167. OLE color: 9770167.
HSL color Cylindrical-coordinate representation of color #B71495: hue angle of 312.52º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B71495 is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 20 | 149 | - |
| CMYK | 0 | 0.89 | 0.19 | 0.28 |
| HSL | 312.52º | 0.8% | 0.4% | - |
| HSV(B) | 312.52º | 0.89% | 0.72% | - |
| XYZ | 25.2 | 12.74 | 29.56 | - |
| YUV | 83.44 | 165 | 199.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 20 | 149 | 0 | 0.89 | 0.19 | 0.28 | 312.52 | 0.8 | 0.4 |
| Hex | B7 | 14 | 95 | 0 | 59 | 13 | 1C | 139 | 50 | 28 |
| Octal | 267 | 24 | 225 | 0 | 131 | 23 | 34 | 471 | 120 | 50 |
| Binary | 10110111 | 10100 | 10010101 | 0 | 1011001 | 10011 | 11100 | 100111001 | 1010000 | 101000 |
Color Harmonies of #B71495
Complementary color
Monochromatic Colors of #B71495
Black with #B71495
Text Example
Text Example
White with #B71495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71495; }
p { color: rgb(183,20,149); }
H1.HeaderClassName
{
color: #B71495;
}
.AnyTagClassName
{
color: #B71495;
}
</style>
background-color css
<style>
a { background-color: #B71495; }
a { background-color: rgb(183,20,149); }
div.DivClassName
{
background-color: #B71495;
}
.BgClassName
{
background-color: #B71495;
}
</style>
border-color css
<style>
span { border-color: #B71495; }
span { border-color: rgb(183,20,149); }
td.TdClassName
{
border-color: #B71495;
}
.TagClassName
{
border-color: #B71495;
}
</style>