Shades of Medium Violet Red #B71295
Tints of Medium Violet Red #B71295
RGB
CMYK
RGB Variations
Color information
#B71295 (or 0xB71295) is known color: Medium Violet Red. HEX triplet: B7, 12 and 95. RGB value is (183,18,149). Sum of RGB (Red+Green+Blue) = 183+18+149=350 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.29% from 350); Green value is 18 (7.42% from 255 or 5.14% from 350); Blue value is 149 (58.59% from 255 or 42.57% from 350); Max value from RGB is 183 - color contains mainly: red. Hex color #B71295 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B71295 is #48ED6A. Grayscale: #515151. Windows color (decimal): -4779371 or 9769655. OLE color: 9769655.
HSL color Cylindrical-coordinate representation of color #B71295: hue angle of 312.36º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B71295 is Cyan = 0, Magento = 0.90, Yellow = 0.19 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 18 | 149 | - |
| CMYK | 0 | 0.90 | 0.19 | 0.28 |
| HSL | 312.36º | 0.82% | 0.39% | - |
| HSV(B) | 312.36º | 0.9% | 0.72% | - |
| XYZ | 25.17 | 12.67 | 29.55 | - |
| YUV | 82.27 | 165.66 | 199.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 18 | 149 | 0 | 0.90 | 0.19 | 0.28 | 312.36 | 0.82 | 0.39 |
| Hex | B7 | 12 | 95 | 0 | 5A | 13 | 1C | 138 | 52 | 27 |
| Octal | 267 | 22 | 225 | 0 | 132 | 23 | 34 | 470 | 122 | 47 |
| Binary | 10110111 | 10010 | 10010101 | 0 | 1011010 | 10011 | 11100 | 100111000 | 1010010 | 100111 |
Color Harmonies of #B71295
Complementary color
Monochromatic Colors of #B71295
Black with #B71295
Text Example
Text Example
White with #B71295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71295; }
p { color: rgb(183,18,149); }
H1.HeaderClassName
{
color: #B71295;
}
.AnyTagClassName
{
color: #B71295;
}
</style>
background-color css
<style>
a { background-color: #B71295; }
a { background-color: rgb(183,18,149); }
div.DivClassName
{
background-color: #B71295;
}
.BgClassName
{
background-color: #B71295;
}
</style>
border-color css
<style>
span { border-color: #B71295; }
span { border-color: rgb(183,18,149); }
td.TdClassName
{
border-color: #B71295;
}
.TagClassName
{
border-color: #B71295;
}
</style>