Shades of Medium Violet Red #B31AA0
Tints of Medium Violet Red #B31AA0
RGB
CMYK
RGB Variations
Color information
#B31AA0 (or 0xB31AA0) is known color: Medium Violet Red. HEX triplet: B3, 1A and A0. RGB value is (179,26,160). Sum of RGB (Red+Green+Blue) = 179+26+160=365 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.04% from 365); Green value is 26 (10.55% from 255 or 7.12% from 365); Blue value is 160 (62.89% from 255 or 43.84% from 365); Max value from RGB is 179 - color contains mainly: red. Hex color #B31AA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B31AA0 is #4CE55F. Grayscale: #565656. Windows color (decimal): -5039456 or 10492595. OLE color: 10492595.
HSL color Cylindrical-coordinate representation of color #B31AA0: hue angle of 307.45º 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 #B31AA0 is Cyan = 0, Magento = 0.85, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 26 | 160 | - |
| CMYK | 0 | 0.85 | 0.11 | 0.30 |
| HSL | 307.45º | 0.75% | 0.4% | - |
| HSV(B) | 307.45º | 0.85% | 0.7% | - |
| XYZ | 25.3 | 12.86 | 34.41 | - |
| YUV | 87.02 | 169.19 | 193.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 26 | 160 | 0 | 0.85 | 0.11 | 0.30 | 307.45 | 0.75 | 0.4 |
| Hex | B3 | 1A | A0 | 0 | 55 | B | 1E | 133 | 4B | 28 |
| Octal | 263 | 32 | 240 | 0 | 125 | 13 | 36 | 463 | 113 | 50 |
| Binary | 10110011 | 11010 | 10100000 | 0 | 1010101 | 1011 | 11110 | 100110011 | 1001011 | 101000 |
Color Harmonies of #B31AA0
Complementary color
Monochromatic Colors of #B31AA0
Black with #B31AA0
Text Example
Text Example
White with #B31AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31AA0; }
p { color: rgb(179,26,160); }
H1.HeaderClassName
{
color: #B31AA0;
}
.AnyTagClassName
{
color: #B31AA0;
}
</style>
background-color css
<style>
a { background-color: #B31AA0; }
a { background-color: rgb(179,26,160); }
div.DivClassName
{
background-color: #B31AA0;
}
.BgClassName
{
background-color: #B31AA0;
}
</style>
border-color css
<style>
span { border-color: #B31AA0; }
span { border-color: rgb(179,26,160); }
td.TdClassName
{
border-color: #B31AA0;
}
.TagClassName
{
border-color: #B31AA0;
}
</style>