Shades of Medium Violet Red #B71C89
Tints of Medium Violet Red #B71C89
RGB
CMYK
RGB Variations
Color information
#B71C89 (or 0xB71C89) is known color: Medium Violet Red. HEX triplet: B7, 1C and 89. RGB value is (183,28,137). Sum of RGB (Red+Green+Blue) = 183+28+137=348 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.59% from 348); Green value is 28 (11.33% from 255 or 8.05% from 348); Blue value is 137 (53.91% from 255 or 39.37% from 348); Max value from RGB is 183 - color contains mainly: red. Hex color #B71C89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B71C89 is #48E376. Grayscale: #565656. Windows color (decimal): -4776823 or 8985783. OLE color: 8985783.
HSL color Cylindrical-coordinate representation of color #B71C89: hue angle of 317.81º 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 #B71C89 is Cyan = 0, Magento = 0.85, Yellow = 0.25 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 28 | 137 | - |
| CMYK | 0 | 0.85 | 0.25 | 0.28 |
| HSL | 317.81º | 0.73% | 0.41% | - |
| HSV(B) | 317.81º | 0.85% | 0.72% | - |
| XYZ | 24.46 | 12.7 | 24.83 | - |
| YUV | 86.77 | 156.35 | 196.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 28 | 137 | 0 | 0.85 | 0.25 | 0.28 | 317.81 | 0.73 | 0.41 |
| Hex | B7 | 1C | 89 | 0 | 55 | 19 | 1C | 13E | 49 | 29 |
| Octal | 267 | 34 | 211 | 0 | 125 | 31 | 34 | 476 | 111 | 51 |
| Binary | 10110111 | 11100 | 10001001 | 0 | 1010101 | 11001 | 11100 | 100111110 | 1001001 | 101001 |
Color Harmonies of #B71C89
Complementary color
Monochromatic Colors of #B71C89
Black with #B71C89
Text Example
Text Example
White with #B71C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71C89; }
p { color: rgb(183,28,137); }
H1.HeaderClassName
{
color: #B71C89;
}
.AnyTagClassName
{
color: #B71C89;
}
</style>
background-color css
<style>
a { background-color: #B71C89; }
a { background-color: rgb(183,28,137); }
div.DivClassName
{
background-color: #B71C89;
}
.BgClassName
{
background-color: #B71C89;
}
</style>
border-color css
<style>
span { border-color: #B71C89; }
span { border-color: rgb(183,28,137); }
td.TdClassName
{
border-color: #B71C89;
}
.TagClassName
{
border-color: #B71C89;
}
</style>