Shades of Medium Violet Red #B313A0
Tints of Medium Violet Red #B313A0
RGB
CMYK
RGB Variations
Color information
#B313A0 (or 0xB313A0) is known color: Medium Violet Red. HEX triplet: B3, 13 and A0. RGB value is (179,19,160). Sum of RGB (Red+Green+Blue) = 179+19+160=358 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50% from 358); Green value is 19 (7.81% from 255 or 5.31% from 358); Blue value is 160 (62.89% from 255 or 44.69% from 358); Max value from RGB is 179 - color contains mainly: red. Hex color #B313A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B313A0 is #4CEC5F. Grayscale: #525252. Windows color (decimal): -5041248 or 10490803. OLE color: 10490803.
HSL color Cylindrical-coordinate representation of color #B313A0: hue angle of 307.12º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B313A0 is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 19 | 160 | - |
| CMYK | 0 | 0.89 | 0.11 | 0.30 |
| HSL | 307.13º | 0.81% | 0.39% | - |
| HSV(B) | 307.13º | 0.89% | 0.7% | - |
| XYZ | 25.17 | 12.59 | 34.36 | - |
| YUV | 82.91 | 171.51 | 196.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 19 | 160 | 0 | 0.89 | 0.11 | 0.30 | 307.13 | 0.81 | 0.39 |
| Hex | B3 | 13 | A0 | 0 | 59 | B | 1E | 133 | 51 | 27 |
| Octal | 263 | 23 | 240 | 0 | 131 | 13 | 36 | 463 | 121 | 47 |
| Binary | 10110011 | 10011 | 10100000 | 0 | 1011001 | 1011 | 11110 | 100110011 | 1010001 | 100111 |
Color Harmonies of #B313A0
Complementary color
Monochromatic Colors of #B313A0
Black with #B313A0
Text Example
Text Example
White with #B313A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B313A0; }
p { color: rgb(179,19,160); }
H1.HeaderClassName
{
color: #B313A0;
}
.AnyTagClassName
{
color: #B313A0;
}
</style>
background-color css
<style>
a { background-color: #B313A0; }
a { background-color: rgb(179,19,160); }
div.DivClassName
{
background-color: #B313A0;
}
.BgClassName
{
background-color: #B313A0;
}
</style>
border-color css
<style>
span { border-color: #B313A0; }
span { border-color: rgb(179,19,160); }
td.TdClassName
{
border-color: #B313A0;
}
.TagClassName
{
border-color: #B313A0;
}
</style>