Shades of Medium Violet Red #B71D7B
Tints of Medium Violet Red #B71D7B
RGB
CMYK
RGB Variations
Color information
#B71D7B (or 0xB71D7B) is known color: Medium Violet Red. HEX triplet: B7, 1D and 7B. RGB value is (183,29,123). Sum of RGB (Red+Green+Blue) = 183+29+123=335 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.63% from 335); Green value is 29 (11.72% from 255 or 8.66% from 335); Blue value is 123 (48.44% from 255 or 36.72% from 335); Max value from RGB is 183 - color contains mainly: red. Hex color #B71D7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B71D7B is #48E284. Grayscale: #555555. Windows color (decimal): -4776581 or 8068535. OLE color: 8068535.
HSL color Cylindrical-coordinate representation of color #B71D7B: hue angle of 323.38º 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 #B71D7B is Cyan = 0, Magento = 0.84, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 29 | 123 | - |
| CMYK | 0 | 0.84 | 0.33 | 0.28 |
| HSL | 323.38º | 0.73% | 0.42% | - |
| HSV(B) | 323.38º | 0.84% | 0.72% | - |
| XYZ | 23.54 | 12.38 | 19.89 | - |
| YUV | 85.76 | 149.02 | 197.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 29 | 123 | 0 | 0.84 | 0.33 | 0.28 | 323.38 | 0.73 | 0.42 |
| Hex | B7 | 1D | 7B | 0 | 54 | 21 | 1C | 143 | 49 | 2A |
| Octal | 267 | 35 | 173 | 0 | 124 | 41 | 34 | 503 | 111 | 52 |
| Binary | 10110111 | 11101 | 1111011 | 0 | 1010100 | 100001 | 11100 | 101000011 | 1001001 | 101010 |
Color Harmonies of #B71D7B
Complementary color
Monochromatic Colors of #B71D7B
Black with #B71D7B
Text Example
Text Example
White with #B71D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71D7B; }
p { color: rgb(183,29,123); }
H1.HeaderClassName
{
color: #B71D7B;
}
.AnyTagClassName
{
color: #B71D7B;
}
</style>
background-color css
<style>
a { background-color: #B71D7B; }
a { background-color: rgb(183,29,123); }
div.DivClassName
{
background-color: #B71D7B;
}
.BgClassName
{
background-color: #B71D7B;
}
</style>
border-color css
<style>
span { border-color: #B71D7B; }
span { border-color: rgb(183,29,123); }
td.TdClassName
{
border-color: #B71D7B;
}
.TagClassName
{
border-color: #B71D7B;
}
</style>