Shades of Medium Violet Red #B71C96
Tints of Medium Violet Red #B71C96
RGB
CMYK
RGB Variations
Color information
#B71C96 (or 0xB71C96) is known color: Medium Violet Red. HEX triplet: B7, 1C and 96. RGB value is (183,28,150). Sum of RGB (Red+Green+Blue) = 183+28+150=361 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.69% from 361); Green value is 28 (11.33% from 255 or 7.76% from 361); Blue value is 150 (58.98% from 255 or 41.55% from 361); Max value from RGB is 183 - color contains mainly: red. Hex color #B71C96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B71C96 is #48E369. Grayscale: #575757. Windows color (decimal): -4776810 or 9837751. OLE color: 9837751.
HSL color Cylindrical-coordinate representation of color #B71C96: hue angle of 312.77º 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 #B71C96 is Cyan = 0, Magento = 0.85, Yellow = 0.18 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 28 | 150 | - |
| CMYK | 0 | 0.85 | 0.18 | 0.28 |
| HSL | 312.77º | 0.73% | 0.41% | - |
| HSV(B) | 312.77º | 0.85% | 0.72% | - |
| XYZ | 25.45 | 13.1 | 30.04 | - |
| YUV | 88.25 | 162.85 | 195.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 28 | 150 | 0 | 0.85 | 0.18 | 0.28 | 312.77 | 0.73 | 0.41 |
| Hex | B7 | 1C | 96 | 0 | 55 | 12 | 1C | 139 | 49 | 29 |
| Octal | 267 | 34 | 226 | 0 | 125 | 22 | 34 | 471 | 111 | 51 |
| Binary | 10110111 | 11100 | 10010110 | 0 | 1010101 | 10010 | 11100 | 100111001 | 1001001 | 101001 |
Color Harmonies of #B71C96
Complementary color
Monochromatic Colors of #B71C96
Black with #B71C96
Text Example
Text Example
White with #B71C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71C96; }
p { color: rgb(183,28,150); }
H1.HeaderClassName
{
color: #B71C96;
}
.AnyTagClassName
{
color: #B71C96;
}
</style>
background-color css
<style>
a { background-color: #B71C96; }
a { background-color: rgb(183,28,150); }
div.DivClassName
{
background-color: #B71C96;
}
.BgClassName
{
background-color: #B71C96;
}
</style>
border-color css
<style>
span { border-color: #B71C96; }
span { border-color: rgb(183,28,150); }
td.TdClassName
{
border-color: #B71C96;
}
.TagClassName
{
border-color: #B71C96;
}
</style>