Shades of Medium Violet Red #B71570
Tints of Medium Violet Red #B71570
RGB
CMYK
RGB Variations
Color information
#B71570 (or 0xB71570) is known color: Medium Violet Red. HEX triplet: B7, 15 and 70. RGB value is (183,21,112). Sum of RGB (Red+Green+Blue) = 183+21+112=316 (41% of max value = 765). Red value is 183 (71.88% from 255 or 57.91% from 316); Green value is 21 (8.59% from 255 or 6.65% from 316); Blue value is 112 (44.14% from 255 or 35.44% from 316); Max value from RGB is 183 - color contains mainly: red. Hex color #B71570 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B71570 is #48EA8F. Grayscale: #4F4F4F. Windows color (decimal): -4778640 or 7345591. OLE color: 7345591.
HSL color Cylindrical-coordinate representation of color #B71570: hue angle of 326.3º degrees, saturation: 0.79, 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 #B71570 is Cyan = 0, Magento = 0.89, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 21 | 112 | - |
| CMYK | 0 | 0.89 | 0.39 | 0.28 |
| HSL | 326.3º | 0.79% | 0.4% | - |
| HSV(B) | 326.3º | 0.89% | 0.72% | - |
| XYZ | 22.72 | 11.77 | 16.4 | - |
| YUV | 79.81 | 146.17 | 201.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 21 | 112 | 0 | 0.89 | 0.39 | 0.28 | 326.3 | 0.79 | 0.4 |
| Hex | B7 | 15 | 70 | 0 | 59 | 27 | 1C | 146 | 4F | 28 |
| Octal | 267 | 25 | 160 | 0 | 131 | 47 | 34 | 506 | 117 | 50 |
| Binary | 10110111 | 10101 | 1110000 | 0 | 1011001 | 100111 | 11100 | 101000110 | 1001111 | 101000 |
Color Harmonies of #B71570
Complementary color
Monochromatic Colors of #B71570
Black with #B71570
Text Example
Text Example
White with #B71570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71570; }
p { color: rgb(183,21,112); }
H1.HeaderClassName
{
color: #B71570;
}
.AnyTagClassName
{
color: #B71570;
}
</style>
background-color css
<style>
a { background-color: #B71570; }
a { background-color: rgb(183,21,112); }
div.DivClassName
{
background-color: #B71570;
}
.BgClassName
{
background-color: #B71570;
}
</style>
border-color css
<style>
span { border-color: #B71570; }
span { border-color: rgb(183,21,112); }
td.TdClassName
{
border-color: #B71570;
}
.TagClassName
{
border-color: #B71570;
}
</style>