Shades of Medium Violet Red #B71478
Tints of Medium Violet Red #B71478
RGB
CMYK
RGB Variations
Color information
#B71478 (or 0xB71478) is known color: Medium Violet Red. HEX triplet: B7, 14 and 78. RGB value is (183,20,120). Sum of RGB (Red+Green+Blue) = 183+20+120=323 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.66% from 323); Green value is 20 (8.20% from 255 or 6.19% from 323); Blue value is 120 (47.27% from 255 or 37.15% from 323); Max value from RGB is 183 - color contains mainly: red. Hex color #B71478 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B71478 is #48EB87. Grayscale: #4F4F4F. Windows color (decimal): -4778888 or 7869623. OLE color: 7869623.
HSL color Cylindrical-coordinate representation of color #B71478: hue angle of 323.19º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B71478 is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 20 | 120 | - |
| CMYK | 0 | 0.89 | 0.34 | 0.28 |
| HSL | 323.19º | 0.8% | 0.4% | - |
| HSV(B) | 323.19º | 0.89% | 0.72% | - |
| XYZ | 23.17 | 11.92 | 18.85 | - |
| YUV | 80.14 | 150.5 | 201.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 20 | 120 | 0 | 0.89 | 0.34 | 0.28 | 323.19 | 0.8 | 0.4 |
| Hex | B7 | 14 | 78 | 0 | 59 | 22 | 1C | 143 | 50 | 28 |
| Octal | 267 | 24 | 170 | 0 | 131 | 42 | 34 | 503 | 120 | 50 |
| Binary | 10110111 | 10100 | 1111000 | 0 | 1011001 | 100010 | 11100 | 101000011 | 1010000 | 101000 |
Color Harmonies of #B71478
Complementary color
Monochromatic Colors of #B71478
Black with #B71478
Text Example
Text Example
White with #B71478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71478; }
p { color: rgb(183,20,120); }
H1.HeaderClassName
{
color: #B71478;
}
.AnyTagClassName
{
color: #B71478;
}
</style>
background-color css
<style>
a { background-color: #B71478; }
a { background-color: rgb(183,20,120); }
div.DivClassName
{
background-color: #B71478;
}
.BgClassName
{
background-color: #B71478;
}
</style>
border-color css
<style>
span { border-color: #B71478; }
span { border-color: rgb(183,20,120); }
td.TdClassName
{
border-color: #B71478;
}
.TagClassName
{
border-color: #B71478;
}
</style>