Shades of Medium Violet Red #B71F9D
Tints of Medium Violet Red #B71F9D
RGB
CMYK
RGB Variations
Color information
#B71F9D (or 0xB71F9D) is known color: Medium Violet Red. HEX triplet: B7, 1F and 9D. RGB value is (183,31,157). Sum of RGB (Red+Green+Blue) = 183+31+157=371 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.33% from 371); Green value is 31 (12.5% from 255 or 8.36% from 371); Blue value is 157 (61.72% from 255 or 42.32% from 371); Max value from RGB is 183 - color contains mainly: red. Hex color #B71F9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B71F9D is #48E062. Grayscale: #5A5A5A. Windows color (decimal): -4776035 or 10297271. OLE color: 10297271.
HSL color Cylindrical-coordinate representation of color #B71F9D: hue angle of 310.26º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B71F9D is Cyan = 0, Magento = 0.83, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 31 | 157 | - |
| CMYK | 0 | 0.83 | 0.14 | 0.28 |
| HSL | 310.26º | 0.71% | 0.42% | - |
| HSV(B) | 310.26º | 0.83% | 0.72% | - |
| XYZ | 26.1 | 13.48 | 33.12 | - |
| YUV | 90.81 | 165.36 | 193.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 31 | 157 | 0 | 0.83 | 0.14 | 0.28 | 310.26 | 0.71 | 0.42 |
| Hex | B7 | 1F | 9D | 0 | 53 | E | 1C | 136 | 47 | 2A |
| Octal | 267 | 37 | 235 | 0 | 123 | 16 | 34 | 466 | 107 | 52 |
| Binary | 10110111 | 11111 | 10011101 | 0 | 1010011 | 1110 | 11100 | 100110110 | 1000111 | 101010 |
Color Harmonies of #B71F9D
Complementary color
Monochromatic Colors of #B71F9D
Black with #B71F9D
Text Example
Text Example
White with #B71F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71F9D; }
p { color: rgb(183,31,157); }
H1.HeaderClassName
{
color: #B71F9D;
}
.AnyTagClassName
{
color: #B71F9D;
}
</style>
background-color css
<style>
a { background-color: #B71F9D; }
a { background-color: rgb(183,31,157); }
div.DivClassName
{
background-color: #B71F9D;
}
.BgClassName
{
background-color: #B71F9D;
}
</style>
border-color css
<style>
span { border-color: #B71F9D; }
span { border-color: rgb(183,31,157); }
td.TdClassName
{
border-color: #B71F9D;
}
.TagClassName
{
border-color: #B71F9D;
}
</style>