Shades of Medium Violet Red #B31374
Tints of Medium Violet Red #B31374
RGB
CMYK
RGB Variations
Color information
#B31374 (or 0xB31374) is known color: Medium Violet Red. HEX triplet: B3, 13 and 74. RGB value is (179,19,116). Sum of RGB (Red+Green+Blue) = 179+19+116=314 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.01% from 314); Green value is 19 (7.81% from 255 or 6.05% from 314); Blue value is 116 (45.70% from 255 or 36.94% from 314); Max value from RGB is 179 - color contains mainly: red. Hex color #B31374 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B31374 is #4CEC8B. Grayscale: #4D4D4D. Windows color (decimal): -5041292 or 7607219. OLE color: 7607219.
HSL color Cylindrical-coordinate representation of color #B31374: hue angle of 323.62º degrees, saturation: 0.81, 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 #B31374 is Cyan = 0, Magento = 0.89, Yellow = 0.35 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 19 | 116 | - |
| CMYK | 0 | 0.89 | 0.35 | 0.30 |
| HSL | 323.63º | 0.81% | 0.39% | - |
| HSV(B) | 323.63º | 0.89% | 0.7% | - |
| XYZ | 21.98 | 11.31 | 17.55 | - |
| YUV | 77.9 | 149.51 | 200.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 19 | 116 | 0 | 0.89 | 0.35 | 0.30 | 323.63 | 0.81 | 0.39 |
| Hex | B3 | 13 | 74 | 0 | 59 | 23 | 1E | 144 | 51 | 27 |
| Octal | 263 | 23 | 164 | 0 | 131 | 43 | 36 | 504 | 121 | 47 |
| Binary | 10110011 | 10011 | 1110100 | 0 | 1011001 | 100011 | 11110 | 101000100 | 1010001 | 100111 |
Color Harmonies of #B31374
Complementary color
Monochromatic Colors of #B31374
Black with #B31374
Text Example
Text Example
White with #B31374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31374; }
p { color: rgb(179,19,116); }
H1.HeaderClassName
{
color: #B31374;
}
.AnyTagClassName
{
color: #B31374;
}
</style>
background-color css
<style>
a { background-color: #B31374; }
a { background-color: rgb(179,19,116); }
div.DivClassName
{
background-color: #B31374;
}
.BgClassName
{
background-color: #B31374;
}
</style>
border-color css
<style>
span { border-color: #B31374; }
span { border-color: rgb(179,19,116); }
td.TdClassName
{
border-color: #B31374;
}
.TagClassName
{
border-color: #B31374;
}
</style>