Shades of Medium Violet Red #B71D75
Tints of Medium Violet Red #B71D75
RGB
CMYK
RGB Variations
Color information
#B71D75 (or 0xB71D75) is known color: Medium Violet Red. HEX triplet: B7, 1D and 75. RGB value is (183,29,117). Sum of RGB (Red+Green+Blue) = 183+29+117=329 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.62% from 329); Green value is 29 (11.72% from 255 or 8.81% from 329); Blue value is 117 (46.09% from 255 or 35.56% from 329); Max value from RGB is 183 - color contains mainly: red. Hex color #B71D75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B71D75 is #48E28A. Grayscale: #545454. Windows color (decimal): -4776587 or 7675319. OLE color: 7675319.
HSL color Cylindrical-coordinate representation of color #B71D75: hue angle of 325.71º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B71D75 is Cyan = 0, Magento = 0.84, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 29 | 117 | - |
| CMYK | 0 | 0.84 | 0.36 | 0.28 |
| HSL | 325.71º | 0.73% | 0.42% | - |
| HSV(B) | 325.71º | 0.84% | 0.72% | - |
| XYZ | 23.18 | 12.23 | 17.97 | - |
| YUV | 85.08 | 146.02 | 197.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 29 | 117 | 0 | 0.84 | 0.36 | 0.28 | 325.71 | 0.73 | 0.42 |
| Hex | B7 | 1D | 75 | 0 | 54 | 24 | 1C | 146 | 49 | 2A |
| Octal | 267 | 35 | 165 | 0 | 124 | 44 | 34 | 506 | 111 | 52 |
| Binary | 10110111 | 11101 | 1110101 | 0 | 1010100 | 100100 | 11100 | 101000110 | 1001001 | 101010 |
Color Harmonies of #B71D75
Complementary color
Monochromatic Colors of #B71D75
Black with #B71D75
Text Example
Text Example
White with #B71D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71D75; }
p { color: rgb(183,29,117); }
H1.HeaderClassName
{
color: #B71D75;
}
.AnyTagClassName
{
color: #B71D75;
}
</style>
background-color css
<style>
a { background-color: #B71D75; }
a { background-color: rgb(183,29,117); }
div.DivClassName
{
background-color: #B71D75;
}
.BgClassName
{
background-color: #B71D75;
}
</style>
border-color css
<style>
span { border-color: #B71D75; }
span { border-color: rgb(183,29,117); }
td.TdClassName
{
border-color: #B71D75;
}
.TagClassName
{
border-color: #B71D75;
}
</style>