Shades of Medium Violet Red #B31AA3
Tints of Medium Violet Red #B31AA3
RGB
CMYK
RGB Variations
Color information
#B31AA3 (or 0xB31AA3) is known color: Medium Violet Red. HEX triplet: B3, 1A and A3. RGB value is (179,26,163). Sum of RGB (Red+Green+Blue) = 179+26+163=368 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.64% from 368); Green value is 26 (10.55% from 255 or 7.07% from 368); Blue value is 163 (64.06% from 255 or 44.29% from 368); Max value from RGB is 179 - color contains mainly: red. Hex color #B31AA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B31AA3 is #4CE55C. Grayscale: #565656. Windows color (decimal): -5039453 or 10689203. OLE color: 10689203.
HSL color Cylindrical-coordinate representation of color #B31AA3: hue angle of 306.27º 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 #B31AA3 is Cyan = 0, Magento = 0.85, Yellow = 0.09 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 26 | 163 | - |
| CMYK | 0 | 0.85 | 0.09 | 0.30 |
| HSL | 306.27º | 0.75% | 0.4% | - |
| HSV(B) | 306.27º | 0.85% | 0.7% | - |
| XYZ | 25.57 | 12.97 | 35.81 | - |
| YUV | 87.37 | 170.69 | 193.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 26 | 163 | 0 | 0.85 | 0.09 | 0.30 | 306.27 | 0.75 | 0.4 |
| Hex | B3 | 1A | A3 | 0 | 55 | 9 | 1E | 132 | 4B | 28 |
| Octal | 263 | 32 | 243 | 0 | 125 | 11 | 36 | 462 | 113 | 50 |
| Binary | 10110011 | 11010 | 10100011 | 0 | 1010101 | 1001 | 11110 | 100110010 | 1001011 | 101000 |
Color Harmonies of #B31AA3
Complementary color
Monochromatic Colors of #B31AA3
Black with #B31AA3
Text Example
Text Example
White with #B31AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31AA3; }
p { color: rgb(179,26,163); }
H1.HeaderClassName
{
color: #B31AA3;
}
.AnyTagClassName
{
color: #B31AA3;
}
</style>
background-color css
<style>
a { background-color: #B31AA3; }
a { background-color: rgb(179,26,163); }
div.DivClassName
{
background-color: #B31AA3;
}
.BgClassName
{
background-color: #B31AA3;
}
</style>
border-color css
<style>
span { border-color: #B31AA3; }
span { border-color: rgb(179,26,163); }
td.TdClassName
{
border-color: #B31AA3;
}
.TagClassName
{
border-color: #B31AA3;
}
</style>