Shades of Medium Violet Red #B31479
Tints of Medium Violet Red #B31479
RGB
CMYK
RGB Variations
Color information
#B31479 (or 0xB31479) is known color: Medium Violet Red. HEX triplet: B3, 14 and 79. RGB value is (179,20,121). Sum of RGB (Red+Green+Blue) = 179+20+121=320 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.94% from 320); Green value is 20 (8.20% from 255 or 6.25% from 320); Blue value is 121 (47.66% from 255 or 37.81% from 320); Max value from RGB is 179 - color contains mainly: red. Hex color #B31479 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B31479 is #4CEB86. Grayscale: #4E4E4E. Windows color (decimal): -5041031 or 7935155. OLE color: 7935155.
HSL color Cylindrical-coordinate representation of color #B31479: hue angle of 321.89º 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 #B31479 is Cyan = 0, Magento = 0.89, Yellow = 0.32 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 20 | 121 | - |
| CMYK | 0 | 0.89 | 0.32 | 0.30 |
| HSL | 321.89º | 0.8% | 0.39% | - |
| HSV(B) | 321.89º | 0.89% | 0.7% | - |
| XYZ | 22.29 | 11.46 | 19.13 | - |
| YUV | 79.06 | 151.68 | 199.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 20 | 121 | 0 | 0.89 | 0.32 | 0.30 | 321.89 | 0.8 | 0.39 |
| Hex | B3 | 14 | 79 | 0 | 59 | 20 | 1E | 142 | 50 | 27 |
| Octal | 263 | 24 | 171 | 0 | 131 | 40 | 36 | 502 | 120 | 47 |
| Binary | 10110011 | 10100 | 1111001 | 0 | 1011001 | 100000 | 11110 | 101000010 | 1010000 | 100111 |
Color Harmonies of #B31479
Complementary color
Monochromatic Colors of #B31479
Black with #B31479
Text Example
Text Example
White with #B31479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31479; }
p { color: rgb(179,20,121); }
H1.HeaderClassName
{
color: #B31479;
}
.AnyTagClassName
{
color: #B31479;
}
</style>
background-color css
<style>
a { background-color: #B31479; }
a { background-color: rgb(179,20,121); }
div.DivClassName
{
background-color: #B31479;
}
.BgClassName
{
background-color: #B31479;
}
</style>
border-color css
<style>
span { border-color: #B31479; }
span { border-color: rgb(179,20,121); }
td.TdClassName
{
border-color: #B31479;
}
.TagClassName
{
border-color: #B31479;
}
</style>