Shades of Medium Violet Red #B313A2
Tints of Medium Violet Red #B313A2
RGB
CMYK
RGB Variations
Color information
#B313A2 (or 0xB313A2) is known color: Medium Violet Red. HEX triplet: B3, 13 and A2. RGB value is (179,19,162). Sum of RGB (Red+Green+Blue) = 179+19+162=360 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.72% from 360); Green value is 19 (7.81% from 255 or 5.28% from 360); Blue value is 162 (63.67% from 255 or 45% from 360); Max value from RGB is 179 - color contains mainly: red. Hex color #B313A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B313A2 is #4CEC5D. Grayscale: #525252. Windows color (decimal): -5041246 or 10621875. OLE color: 10621875.
HSL color Cylindrical-coordinate representation of color #B313A2: hue angle of 306.38º 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 #B313A2 is Cyan = 0, Magento = 0.89, Yellow = 0.09 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 19 | 162 | - |
| CMYK | 0 | 0.89 | 0.09 | 0.30 |
| HSL | 306.38º | 0.81% | 0.39% | - |
| HSV(B) | 306.38º | 0.89% | 0.7% | - |
| XYZ | 25.34 | 12.66 | 35.29 | - |
| YUV | 83.14 | 172.51 | 196.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 19 | 162 | 0 | 0.89 | 0.09 | 0.30 | 306.38 | 0.81 | 0.39 |
| Hex | B3 | 13 | A2 | 0 | 59 | 9 | 1E | 132 | 51 | 27 |
| Octal | 263 | 23 | 242 | 0 | 131 | 11 | 36 | 462 | 121 | 47 |
| Binary | 10110011 | 10011 | 10100010 | 0 | 1011001 | 1001 | 11110 | 100110010 | 1010001 | 100111 |
Color Harmonies of #B313A2
Complementary color
Monochromatic Colors of #B313A2
Black with #B313A2
Text Example
Text Example
White with #B313A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B313A2; }
p { color: rgb(179,19,162); }
H1.HeaderClassName
{
color: #B313A2;
}
.AnyTagClassName
{
color: #B313A2;
}
</style>
background-color css
<style>
a { background-color: #B313A2; }
a { background-color: rgb(179,19,162); }
div.DivClassName
{
background-color: #B313A2;
}
.BgClassName
{
background-color: #B313A2;
}
</style>
border-color css
<style>
span { border-color: #B313A2; }
span { border-color: rgb(179,19,162); }
td.TdClassName
{
border-color: #B313A2;
}
.TagClassName
{
border-color: #B313A2;
}
</style>