Shades of Medium Violet Red #B71395
Tints of Medium Violet Red #B71395
RGB
CMYK
RGB Variations
Color information
#B71395 (or 0xB71395) is known color: Medium Violet Red. HEX triplet: B7, 13 and 95. RGB value is (183,19,149). Sum of RGB (Red+Green+Blue) = 183+19+149=351 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.14% from 351); Green value is 19 (7.81% from 255 or 5.41% from 351); Blue value is 149 (58.59% from 255 or 42.45% from 351); Max value from RGB is 183 - color contains mainly: red. Hex color #B71395 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B71395 is #48EC6A. Grayscale: #525252. Windows color (decimal): -4779115 or 9769911. OLE color: 9769911.
HSL color Cylindrical-coordinate representation of color #B71395: hue angle of 312.44º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B71395 is Cyan = 0, Magento = 0.90, Yellow = 0.19 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 19 | 149 | - |
| CMYK | 0 | 0.90 | 0.19 | 0.28 |
| HSL | 312.44º | 0.81% | 0.4% | - |
| HSV(B) | 312.44º | 0.9% | 0.72% | - |
| XYZ | 25.19 | 12.7 | 29.56 | - |
| YUV | 82.86 | 165.33 | 199.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 19 | 149 | 0 | 0.90 | 0.19 | 0.28 | 312.44 | 0.81 | 0.4 |
| Hex | B7 | 13 | 95 | 0 | 5A | 13 | 1C | 138 | 51 | 28 |
| Octal | 267 | 23 | 225 | 0 | 132 | 23 | 34 | 470 | 121 | 50 |
| Binary | 10110111 | 10011 | 10010101 | 0 | 1011010 | 10011 | 11100 | 100111000 | 1010001 | 101000 |
Color Harmonies of #B71395
Complementary color
Monochromatic Colors of #B71395
Black with #B71395
Text Example
Text Example
White with #B71395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71395; }
p { color: rgb(183,19,149); }
H1.HeaderClassName
{
color: #B71395;
}
.AnyTagClassName
{
color: #B71395;
}
</style>
background-color css
<style>
a { background-color: #B71395; }
a { background-color: rgb(183,19,149); }
div.DivClassName
{
background-color: #B71395;
}
.BgClassName
{
background-color: #B71395;
}
</style>
border-color css
<style>
span { border-color: #B71395; }
span { border-color: rgb(183,19,149); }
td.TdClassName
{
border-color: #B71395;
}
.TagClassName
{
border-color: #B71395;
}
</style>