Shades of Medium Violet Red #B31BA4
Tints of Medium Violet Red #B31BA4
RGB
CMYK
RGB Variations
Color information
#B31BA4 (or 0xB31BA4) is known color: Medium Violet Red. HEX triplet: B3, 1B and A4. RGB value is (179,27,164). Sum of RGB (Red+Green+Blue) = 179+27+164=370 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.38% from 370); Green value is 27 (10.94% from 255 or 7.30% from 370); Blue value is 164 (64.45% from 255 or 44.32% from 370); Max value from RGB is 179 - color contains mainly: red. Hex color #B31BA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B31BA4 is #4CE45B. Grayscale: #575757. Windows color (decimal): -5039196 or 10754995. OLE color: 10754995.
HSL color Cylindrical-coordinate representation of color #B31BA4: hue angle of 305.92º 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 #B31BA4 is Cyan = 0, Magento = 0.85, Yellow = 0.08 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 27 | 164 | - |
| CMYK | 0 | 0.85 | 0.08 | 0.30 |
| HSL | 305.92º | 0.74% | 0.4% | - |
| HSV(B) | 305.92º | 0.85% | 0.7% | - |
| XYZ | 25.68 | 13.05 | 36.29 | - |
| YUV | 88.07 | 170.86 | 192.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 27 | 164 | 0 | 0.85 | 0.08 | 0.30 | 305.92 | 0.74 | 0.4 |
| Hex | B3 | 1B | A4 | 0 | 55 | 8 | 1E | 132 | 4A | 28 |
| Octal | 263 | 33 | 244 | 0 | 125 | 10 | 36 | 462 | 112 | 50 |
| Binary | 10110011 | 11011 | 10100100 | 0 | 1010101 | 1000 | 11110 | 100110010 | 1001010 | 101000 |
Color Harmonies of #B31BA4
Complementary color
Monochromatic Colors of #B31BA4
Black with #B31BA4
Text Example
Text Example
White with #B31BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31BA4; }
p { color: rgb(179,27,164); }
H1.HeaderClassName
{
color: #B31BA4;
}
.AnyTagClassName
{
color: #B31BA4;
}
</style>
background-color css
<style>
a { background-color: #B31BA4; }
a { background-color: rgb(179,27,164); }
div.DivClassName
{
background-color: #B31BA4;
}
.BgClassName
{
background-color: #B31BA4;
}
</style>
border-color css
<style>
span { border-color: #B31BA4; }
span { border-color: rgb(179,27,164); }
td.TdClassName
{
border-color: #B31BA4;
}
.TagClassName
{
border-color: #B31BA4;
}
</style>