Shades of Medium Violet Red #B31477
Tints of Medium Violet Red #B31477
RGB
CMYK
RGB Variations
Color information
#B31477 (or 0xB31477) is known color: Medium Violet Red. HEX triplet: B3, 14 and 77. RGB value is (179,20,119). Sum of RGB (Red+Green+Blue) = 179+20+119=318 (42% of max value = 765). Red value is 179 (70.31% from 255 or 56.29% from 318); Green value is 20 (8.20% from 255 or 6.29% from 318); Blue value is 119 (46.88% from 255 or 37.42% from 318); Max value from RGB is 179 - color contains mainly: red. Hex color #B31477 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B31477 is #4CEB88. Grayscale: #4E4E4E. Windows color (decimal): -5041033 or 7804083. OLE color: 7804083.
HSL color Cylindrical-coordinate representation of color #B31477: hue angle of 322.64º 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 #B31477 is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 20 | 119 | - |
| CMYK | 0 | 0.89 | 0.34 | 0.30 |
| HSL | 322.64º | 0.8% | 0.39% | - |
| HSV(B) | 322.64º | 0.89% | 0.7% | - |
| XYZ | 22.17 | 11.42 | 18.49 | - |
| YUV | 78.83 | 150.68 | 199.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 20 | 119 | 0 | 0.89 | 0.34 | 0.30 | 322.64 | 0.8 | 0.39 |
| Hex | B3 | 14 | 77 | 0 | 59 | 22 | 1E | 143 | 50 | 27 |
| Octal | 263 | 24 | 167 | 0 | 131 | 42 | 36 | 503 | 120 | 47 |
| Binary | 10110011 | 10100 | 1110111 | 0 | 1011001 | 100010 | 11110 | 101000011 | 1010000 | 100111 |
Color Harmonies of #B31477
Complementary color
Monochromatic Colors of #B31477
Black with #B31477
Text Example
Text Example
White with #B31477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31477; }
p { color: rgb(179,20,119); }
H1.HeaderClassName
{
color: #B31477;
}
.AnyTagClassName
{
color: #B31477;
}
</style>
background-color css
<style>
a { background-color: #B31477; }
a { background-color: rgb(179,20,119); }
div.DivClassName
{
background-color: #B31477;
}
.BgClassName
{
background-color: #B31477;
}
</style>
border-color css
<style>
span { border-color: #B31477; }
span { border-color: rgb(179,20,119); }
td.TdClassName
{
border-color: #B31477;
}
.TagClassName
{
border-color: #B31477;
}
</style>