Shades of Medium Violet Red #B31476
Tints of Medium Violet Red #B31476
RGB
CMYK
RGB Variations
Color information
#B31476 (or 0xB31476) is known color: Medium Violet Red. HEX triplet: B3, 14 and 76. RGB value is (179,20,118). Sum of RGB (Red+Green+Blue) = 179+20+118=317 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.47% from 317); Green value is 20 (8.20% from 255 or 6.31% from 317); Blue value is 118 (46.48% from 255 or 37.22% from 317); Max value from RGB is 179 - color contains mainly: red. Hex color #B31476 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B31476 is #4CEB89. Grayscale: #4E4E4E. Windows color (decimal): -5041034 or 7738547. OLE color: 7738547.
HSL color Cylindrical-coordinate representation of color #B31476: hue angle of 323.02º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B31476 is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 20 | 118 | - |
| CMYK | 0 | 0.89 | 0.34 | 0.30 |
| HSL | 323.02º | 0.8% | 0.39% | - |
| HSV(B) | 323.02º | 0.89% | 0.7% | - |
| XYZ | 22.11 | 11.39 | 18.17 | - |
| YUV | 78.71 | 150.18 | 199.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 20 | 118 | 0 | 0.89 | 0.34 | 0.30 | 323.02 | 0.8 | 0.39 |
| Hex | B3 | 14 | 76 | 0 | 59 | 22 | 1E | 143 | 50 | 27 |
| Octal | 263 | 24 | 166 | 0 | 131 | 42 | 36 | 503 | 120 | 47 |
| Binary | 10110011 | 10100 | 1110110 | 0 | 1011001 | 100010 | 11110 | 101000011 | 1010000 | 100111 |
Color Harmonies of #B31476
Complementary color
Monochromatic Colors of #B31476
Black with #B31476
Text Example
Text Example
White with #B31476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31476; }
p { color: rgb(179,20,118); }
H1.HeaderClassName
{
color: #B31476;
}
.AnyTagClassName
{
color: #B31476;
}
</style>
background-color css
<style>
a { background-color: #B31476; }
a { background-color: rgb(179,20,118); }
div.DivClassName
{
background-color: #B31476;
}
.BgClassName
{
background-color: #B31476;
}
</style>
border-color css
<style>
span { border-color: #B31476; }
span { border-color: rgb(179,20,118); }
td.TdClassName
{
border-color: #B31476;
}
.TagClassName
{
border-color: #B31476;
}
</style>