Shades of Medium Violet Red #B31BA1
Tints of Medium Violet Red #B31BA1
RGB
CMYK
RGB Variations
Color information
#B31BA1 (or 0xB31BA1) is known color: Medium Violet Red. HEX triplet: B3, 1B and A1. RGB value is (179,27,161). Sum of RGB (Red+Green+Blue) = 179+27+161=367 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.77% from 367); Green value is 27 (10.94% from 255 or 7.36% from 367); Blue value is 161 (63.28% from 255 or 43.87% from 367); Max value from RGB is 179 - color contains mainly: red. Hex color #B31BA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B31BA1 is #4CE45E. Grayscale: #575757. Windows color (decimal): -5039199 or 10558387. OLE color: 10558387.
HSL color Cylindrical-coordinate representation of color #B31BA1: hue angle of 307.11º degrees, saturation: 0.74, 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 #B31BA1 is Cyan = 0, Magento = 0.85, Yellow = 0.10 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 27 | 161 | - |
| CMYK | 0 | 0.85 | 0.10 | 0.30 |
| HSL | 307.11º | 0.74% | 0.4% | - |
| HSV(B) | 307.11º | 0.85% | 0.7% | - |
| XYZ | 25.42 | 12.94 | 34.88 | - |
| YUV | 87.72 | 169.36 | 193.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 27 | 161 | 0 | 0.85 | 0.10 | 0.30 | 307.11 | 0.74 | 0.4 |
| Hex | B3 | 1B | A1 | 0 | 55 | A | 1E | 133 | 4A | 28 |
| Octal | 263 | 33 | 241 | 0 | 125 | 12 | 36 | 463 | 112 | 50 |
| Binary | 10110011 | 11011 | 10100001 | 0 | 1010101 | 1010 | 11110 | 100110011 | 1001010 | 101000 |
Color Harmonies of #B31BA1
Complementary color
Monochromatic Colors of #B31BA1
Black with #B31BA1
Text Example
Text Example
White with #B31BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31BA1; }
p { color: rgb(179,27,161); }
H1.HeaderClassName
{
color: #B31BA1;
}
.AnyTagClassName
{
color: #B31BA1;
}
</style>
background-color css
<style>
a { background-color: #B31BA1; }
a { background-color: rgb(179,27,161); }
div.DivClassName
{
background-color: #B31BA1;
}
.BgClassName
{
background-color: #B31BA1;
}
</style>
border-color css
<style>
span { border-color: #B31BA1; }
span { border-color: rgb(179,27,161); }
td.TdClassName
{
border-color: #B31BA1;
}
.TagClassName
{
border-color: #B31BA1;
}
</style>