Shades of Medium Violet Red #B71978
Tints of Medium Violet Red #B71978
RGB
CMYK
RGB Variations
Color information
#B71978 (or 0xB71978) is known color: Medium Violet Red. HEX triplet: B7, 19 and 78. RGB value is (183,25,120). Sum of RGB (Red+Green+Blue) = 183+25+120=328 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.79% from 328); Green value is 25 (10.16% from 255 or 7.62% from 328); Blue value is 120 (47.27% from 255 or 36.59% from 328); Max value from RGB is 183 - color contains mainly: red. Hex color #B71978 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B71978 is #48E687. Grayscale: #525252. Windows color (decimal): -4777608 or 7870903. OLE color: 7870903.
HSL color Cylindrical-coordinate representation of color #B71978: hue angle of 323.92º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B71978 is Cyan = 0, Magento = 0.86, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 25 | 120 | - |
| CMYK | 0 | 0.86 | 0.34 | 0.28 |
| HSL | 323.92º | 0.76% | 0.41% | - |
| HSV(B) | 323.92º | 0.86% | 0.72% | - |
| XYZ | 23.27 | 12.12 | 18.88 | - |
| YUV | 83.07 | 148.85 | 199.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 25 | 120 | 0 | 0.86 | 0.34 | 0.28 | 323.92 | 0.76 | 0.41 |
| Hex | B7 | 19 | 78 | 0 | 56 | 22 | 1C | 144 | 4C | 29 |
| Octal | 267 | 31 | 170 | 0 | 126 | 42 | 34 | 504 | 114 | 51 |
| Binary | 10110111 | 11001 | 1111000 | 0 | 1010110 | 100010 | 11100 | 101000100 | 1001100 | 101001 |
Color Harmonies of #B71978
Complementary color
Monochromatic Colors of #B71978
Black with #B71978
Text Example
Text Example
White with #B71978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71978; }
p { color: rgb(183,25,120); }
H1.HeaderClassName
{
color: #B71978;
}
.AnyTagClassName
{
color: #B71978;
}
</style>
background-color css
<style>
a { background-color: #B71978; }
a { background-color: rgb(183,25,120); }
div.DivClassName
{
background-color: #B71978;
}
.BgClassName
{
background-color: #B71978;
}
</style>
border-color css
<style>
span { border-color: #B71978; }
span { border-color: rgb(183,25,120); }
td.TdClassName
{
border-color: #B71978;
}
.TagClassName
{
border-color: #B71978;
}
</style>