Shades of Medium Violet Red #B31A81
Tints of Medium Violet Red #B31A81
RGB
CMYK
RGB Variations
Color information
#B31A81 (or 0xB31A81) is known color: Medium Violet Red. HEX triplet: B3, 1A and 81. RGB value is (179,26,129). Sum of RGB (Red+Green+Blue) = 179+26+129=334 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.59% from 334); Green value is 26 (10.55% from 255 or 7.78% from 334); Blue value is 129 (50.78% from 255 or 38.62% from 334); Max value from RGB is 179 - color contains mainly: red. Hex color #B31A81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B31A81 is #4CE57E. Grayscale: #535353. Windows color (decimal): -5039487 or 8460979. OLE color: 8460979.
HSL color Cylindrical-coordinate representation of color #B31A81: hue angle of 319.61º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B31A81 is Cyan = 0, Magento = 0.85, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 26 | 129 | - |
| CMYK | 0 | 0.85 | 0.28 | 0.30 |
| HSL | 319.61º | 0.75% | 0.4% | - |
| HSV(B) | 319.61º | 0.85% | 0.7% | - |
| XYZ | 22.92 | 11.91 | 21.86 | - |
| YUV | 83.49 | 153.69 | 196.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 26 | 129 | 0 | 0.85 | 0.28 | 0.30 | 319.61 | 0.75 | 0.4 |
| Hex | B3 | 1A | 81 | 0 | 55 | 1C | 1E | 140 | 4B | 28 |
| Octal | 263 | 32 | 201 | 0 | 125 | 34 | 36 | 500 | 113 | 50 |
| Binary | 10110011 | 11010 | 10000001 | 0 | 1010101 | 11100 | 11110 | 101000000 | 1001011 | 101000 |
Color Harmonies of #B31A81
Complementary color
Monochromatic Colors of #B31A81
Black with #B31A81
Text Example
Text Example
White with #B31A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31A81; }
p { color: rgb(179,26,129); }
H1.HeaderClassName
{
color: #B31A81;
}
.AnyTagClassName
{
color: #B31A81;
}
</style>
background-color css
<style>
a { background-color: #B31A81; }
a { background-color: rgb(179,26,129); }
div.DivClassName
{
background-color: #B31A81;
}
.BgClassName
{
background-color: #B31A81;
}
</style>
border-color css
<style>
span { border-color: #B31A81; }
span { border-color: rgb(179,26,129); }
td.TdClassName
{
border-color: #B31A81;
}
.TagClassName
{
border-color: #B31A81;
}
</style>