Shades of Medium Violet Red #B71C9E
Tints of Medium Violet Red #B71C9E
RGB
CMYK
RGB Variations
Color information
#B71C9E (or 0xB71C9E) is known color: Medium Violet Red. HEX triplet: B7, 1C and 9E. RGB value is (183,28,158). Sum of RGB (Red+Green+Blue) = 183+28+158=369 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.59% from 369); Green value is 28 (11.33% from 255 or 7.59% from 369); Blue value is 158 (62.11% from 255 or 42.82% from 369); Max value from RGB is 183 - color contains mainly: red. Hex color #B71C9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B71C9E is #48E361. Grayscale: #585858. Windows color (decimal): -4776802 or 10362039. OLE color: 10362039.
HSL color Cylindrical-coordinate representation of color #B71C9E: hue angle of 309.68º 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 #B71C9E is Cyan = 0, Magento = 0.85, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 28 | 158 | - |
| CMYK | 0 | 0.85 | 0.14 | 0.28 |
| HSL | 309.68º | 0.73% | 0.41% | - |
| HSV(B) | 309.68º | 0.85% | 0.72% | - |
| XYZ | 26.12 | 13.37 | 33.55 | - |
| YUV | 89.17 | 166.85 | 194.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 28 | 158 | 0 | 0.85 | 0.14 | 0.28 | 309.68 | 0.73 | 0.41 |
| Hex | B7 | 1C | 9E | 0 | 55 | E | 1C | 136 | 49 | 29 |
| Octal | 267 | 34 | 236 | 0 | 125 | 16 | 34 | 466 | 111 | 51 |
| Binary | 10110111 | 11100 | 10011110 | 0 | 1010101 | 1110 | 11100 | 100110110 | 1001001 | 101001 |
Color Harmonies of #B71C9E
Complementary color
Monochromatic Colors of #B71C9E
Black with #B71C9E
Text Example
Text Example
White with #B71C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71C9E; }
p { color: rgb(183,28,158); }
H1.HeaderClassName
{
color: #B71C9E;
}
.AnyTagClassName
{
color: #B71C9E;
}
</style>
background-color css
<style>
a { background-color: #B71C9E; }
a { background-color: rgb(183,28,158); }
div.DivClassName
{
background-color: #B71C9E;
}
.BgClassName
{
background-color: #B71C9E;
}
</style>
border-color css
<style>
span { border-color: #B71C9E; }
span { border-color: rgb(183,28,158); }
td.TdClassName
{
border-color: #B71C9E;
}
.TagClassName
{
border-color: #B71C9E;
}
</style>