Shades of Medium Violet Red #B71574
Tints of Medium Violet Red #B71574
RGB
CMYK
RGB Variations
Color information
#B71574 (or 0xB71574) is known color: Medium Violet Red. HEX triplet: B7, 15 and 74. RGB value is (183,21,116). Sum of RGB (Red+Green+Blue) = 183+21+116=320 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.19% from 320); Green value is 21 (8.59% from 255 or 6.56% from 320); Blue value is 116 (45.70% from 255 or 36.25% from 320); Max value from RGB is 183 - color contains mainly: red. Hex color #B71574 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B71574 is #48EA8B. Grayscale: #505050. Windows color (decimal): -4778636 or 7607735. OLE color: 7607735.
HSL color Cylindrical-coordinate representation of color #B71574: hue angle of 324.81º 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 #B71574 is Cyan = 0, Magento = 0.89, Yellow = 0.37 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 21 | 116 | - |
| CMYK | 0 | 0.89 | 0.37 | 0.28 |
| HSL | 324.81º | 0.79% | 0.4% | - |
| HSV(B) | 324.81º | 0.89% | 0.72% | - |
| XYZ | 22.95 | 11.86 | 17.6 | - |
| YUV | 80.27 | 148.17 | 201.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 21 | 116 | 0 | 0.89 | 0.37 | 0.28 | 324.81 | 0.79 | 0.4 |
| Hex | B7 | 15 | 74 | 0 | 59 | 25 | 1C | 145 | 4F | 28 |
| Octal | 267 | 25 | 164 | 0 | 131 | 45 | 34 | 505 | 117 | 50 |
| Binary | 10110111 | 10101 | 1110100 | 0 | 1011001 | 100101 | 11100 | 101000101 | 1001111 | 101000 |
Color Harmonies of #B71574
Complementary color
Monochromatic Colors of #B71574
Black with #B71574
Text Example
Text Example
White with #B71574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71574; }
p { color: rgb(183,21,116); }
H1.HeaderClassName
{
color: #B71574;
}
.AnyTagClassName
{
color: #B71574;
}
</style>
background-color css
<style>
a { background-color: #B71574; }
a { background-color: rgb(183,21,116); }
div.DivClassName
{
background-color: #B71574;
}
.BgClassName
{
background-color: #B71574;
}
</style>
border-color css
<style>
span { border-color: #B71574; }
span { border-color: rgb(183,21,116); }
td.TdClassName
{
border-color: #B71574;
}
.TagClassName
{
border-color: #B71574;
}
</style>