Shades of Medium Violet Red #B31C81
Tints of Medium Violet Red #B31C81
RGB
CMYK
RGB Variations
Color information
#B31C81 (or 0xB31C81) is known color: Medium Violet Red. HEX triplet: B3, 1C and 81. RGB value is (179,28,129). Sum of RGB (Red+Green+Blue) = 179+28+129=336 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.27% from 336); Green value is 28 (11.33% from 255 or 8.33% from 336); Blue value is 129 (50.78% from 255 or 38.39% from 336); Max value from RGB is 179 - color contains mainly: red. Hex color #B31C81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B31C81 is #4CE37E. Grayscale: #545454. Windows color (decimal): -5038975 or 8461491. OLE color: 8461491.
HSL color Cylindrical-coordinate representation of color #B31C81: hue angle of 319.87º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B31C81 is Cyan = 0, Magento = 0.84, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 28 | 129 | - |
| CMYK | 0 | 0.84 | 0.28 | 0.30 |
| HSL | 319.87º | 0.73% | 0.41% | - |
| HSV(B) | 319.87º | 0.84% | 0.7% | - |
| XYZ | 22.97 | 12 | 21.87 | - |
| YUV | 84.66 | 153.03 | 195.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 28 | 129 | 0 | 0.84 | 0.28 | 0.30 | 319.87 | 0.73 | 0.41 |
| Hex | B3 | 1C | 81 | 0 | 54 | 1C | 1E | 140 | 49 | 29 |
| Octal | 263 | 34 | 201 | 0 | 124 | 34 | 36 | 500 | 111 | 51 |
| Binary | 10110011 | 11100 | 10000001 | 0 | 1010100 | 11100 | 11110 | 101000000 | 1001001 | 101001 |
Color Harmonies of #B31C81
Complementary color
Monochromatic Colors of #B31C81
Black with #B31C81
Text Example
Text Example
White with #B31C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31C81; }
p { color: rgb(179,28,129); }
H1.HeaderClassName
{
color: #B31C81;
}
.AnyTagClassName
{
color: #B31C81;
}
</style>
background-color css
<style>
a { background-color: #B31C81; }
a { background-color: rgb(179,28,129); }
div.DivClassName
{
background-color: #B31C81;
}
.BgClassName
{
background-color: #B31C81;
}
</style>
border-color css
<style>
span { border-color: #B31C81; }
span { border-color: rgb(179,28,129); }
td.TdClassName
{
border-color: #B31C81;
}
.TagClassName
{
border-color: #B31C81;
}
</style>