Shades of Medium Violet Red #B71C9D
Tints of Medium Violet Red #B71C9D
RGB
CMYK
RGB Variations
Color information
#B71C9D (or 0xB71C9D) is known color: Medium Violet Red. HEX triplet: B7, 1C and 9D. RGB value is (183,28,157). Sum of RGB (Red+Green+Blue) = 183+28+157=368 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.73% from 368); Green value is 28 (11.33% from 255 or 7.61% from 368); Blue value is 157 (61.72% from 255 or 42.66% from 368); Max value from RGB is 183 - color contains mainly: red. Hex color #B71C9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B71C9D is #48E362. Grayscale: #585858. Windows color (decimal): -4776803 or 10296503. OLE color: 10296503.
HSL color Cylindrical-coordinate representation of color #B71C9D: hue angle of 310.06º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B71C9D is Cyan = 0, Magento = 0.85, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 28 | 157 | - |
| CMYK | 0 | 0.85 | 0.14 | 0.28 |
| HSL | 310.06º | 0.73% | 0.41% | - |
| HSV(B) | 310.06º | 0.85% | 0.72% | - |
| XYZ | 26.03 | 13.33 | 33.1 | - |
| YUV | 89.05 | 166.35 | 195.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 28 | 157 | 0 | 0.85 | 0.14 | 0.28 | 310.06 | 0.73 | 0.41 |
| Hex | B7 | 1C | 9D | 0 | 55 | E | 1C | 136 | 49 | 29 |
| Octal | 267 | 34 | 235 | 0 | 125 | 16 | 34 | 466 | 111 | 51 |
| Binary | 10110111 | 11100 | 10011101 | 0 | 1010101 | 1110 | 11100 | 100110110 | 1001001 | 101001 |
Color Harmonies of #B71C9D
Complementary color
Monochromatic Colors of #B71C9D
Black with #B71C9D
Text Example
Text Example
White with #B71C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71C9D; }
p { color: rgb(183,28,157); }
H1.HeaderClassName
{
color: #B71C9D;
}
.AnyTagClassName
{
color: #B71C9D;
}
</style>
background-color css
<style>
a { background-color: #B71C9D; }
a { background-color: rgb(183,28,157); }
div.DivClassName
{
background-color: #B71C9D;
}
.BgClassName
{
background-color: #B71C9D;
}
</style>
border-color css
<style>
span { border-color: #B71C9D; }
span { border-color: rgb(183,28,157); }
td.TdClassName
{
border-color: #B71C9D;
}
.TagClassName
{
border-color: #B71C9D;
}
</style>