Shades of Medium Violet Red #B31279
Tints of Medium Violet Red #B31279
RGB
CMYK
RGB Variations
Color information
#B31279 (or 0xB31279) is known color: Medium Violet Red. HEX triplet: B3, 12 and 79. RGB value is (179,18,121). Sum of RGB (Red+Green+Blue) = 179+18+121=318 (42% of max value = 765). Red value is 179 (70.31% from 255 or 56.29% from 318); Green value is 18 (7.42% from 255 or 5.66% from 318); Blue value is 121 (47.66% from 255 or 38.05% from 318); Max value from RGB is 179 - color contains mainly: red. Hex color #B31279 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B31279 is #4CED86. Grayscale: #4D4D4D. Windows color (decimal): -5041543 or 7934643. OLE color: 7934643.
HSL color Cylindrical-coordinate representation of color #B31279: hue angle of 321.61º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B31279 is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 18 | 121 | - |
| CMYK | 0 | 0.90 | 0.32 | 0.30 |
| HSL | 321.61º | 0.82% | 0.39% | - |
| HSV(B) | 321.61º | 0.9% | 0.7% | - |
| XYZ | 22.26 | 11.4 | 19.12 | - |
| YUV | 77.88 | 152.34 | 200.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 18 | 121 | 0 | 0.90 | 0.32 | 0.30 | 321.61 | 0.82 | 0.39 |
| Hex | B3 | 12 | 79 | 0 | 5A | 20 | 1E | 142 | 52 | 27 |
| Octal | 263 | 22 | 171 | 0 | 132 | 40 | 36 | 502 | 122 | 47 |
| Binary | 10110011 | 10010 | 1111001 | 0 | 1011010 | 100000 | 11110 | 101000010 | 1010010 | 100111 |
Color Harmonies of #B31279
Complementary color
Monochromatic Colors of #B31279
Black with #B31279
Text Example
Text Example
White with #B31279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31279; }
p { color: rgb(179,18,121); }
H1.HeaderClassName
{
color: #B31279;
}
.AnyTagClassName
{
color: #B31279;
}
</style>
background-color css
<style>
a { background-color: #B31279; }
a { background-color: rgb(179,18,121); }
div.DivClassName
{
background-color: #B31279;
}
.BgClassName
{
background-color: #B31279;
}
</style>
border-color css
<style>
span { border-color: #B31279; }
span { border-color: rgb(179,18,121); }
td.TdClassName
{
border-color: #B31279;
}
.TagClassName
{
border-color: #B31279;
}
</style>