Shades of Medium Violet Red #B31779
Tints of Medium Violet Red #B31779
RGB
CMYK
RGB Variations
Color information
#B31779 (or 0xB31779) is known color: Medium Violet Red. HEX triplet: B3, 17 and 79. RGB value is (179,23,121). Sum of RGB (Red+Green+Blue) = 179+23+121=323 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.42% from 323); Green value is 23 (9.38% from 255 or 7.12% from 323); Blue value is 121 (47.66% from 255 or 37.46% from 323); Max value from RGB is 179 - color contains mainly: red. Hex color #B31779 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B31779 is #4CE886. Grayscale: #505050. Windows color (decimal): -5040263 or 7935923. OLE color: 7935923.
HSL color Cylindrical-coordinate representation of color #B31779: hue angle of 322.31º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B31779 is Cyan = 0, Magento = 0.87, Yellow = 0.32 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 23 | 121 | - |
| CMYK | 0 | 0.87 | 0.32 | 0.30 |
| HSL | 322.31º | 0.77% | 0.4% | - |
| HSV(B) | 322.31º | 0.87% | 0.7% | - |
| XYZ | 22.35 | 11.58 | 19.15 | - |
| YUV | 80.82 | 150.68 | 198.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 23 | 121 | 0 | 0.87 | 0.32 | 0.30 | 322.31 | 0.77 | 0.4 |
| Hex | B3 | 17 | 79 | 0 | 57 | 20 | 1E | 142 | 4D | 28 |
| Octal | 263 | 27 | 171 | 0 | 127 | 40 | 36 | 502 | 115 | 50 |
| Binary | 10110011 | 10111 | 1111001 | 0 | 1010111 | 100000 | 11110 | 101000010 | 1001101 | 101000 |
Color Harmonies of #B31779
Complementary color
Monochromatic Colors of #B31779
Black with #B31779
Text Example
Text Example
White with #B31779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31779; }
p { color: rgb(179,23,121); }
H1.HeaderClassName
{
color: #B31779;
}
.AnyTagClassName
{
color: #B31779;
}
</style>
background-color css
<style>
a { background-color: #B31779; }
a { background-color: rgb(179,23,121); }
div.DivClassName
{
background-color: #B31779;
}
.BgClassName
{
background-color: #B31779;
}
</style>
border-color css
<style>
span { border-color: #B31779; }
span { border-color: rgb(179,23,121); }
td.TdClassName
{
border-color: #B31779;
}
.TagClassName
{
border-color: #B31779;
}
</style>