Shades of Medium Violet Red #B314A0
Tints of Medium Violet Red #B314A0
RGB
CMYK
RGB Variations
Color information
#B314A0 (or 0xB314A0) is known color: Medium Violet Red. HEX triplet: B3, 14 and A0. RGB value is (179,20,160). Sum of RGB (Red+Green+Blue) = 179+20+160=359 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.86% from 359); Green value is 20 (8.20% from 255 or 5.57% from 359); Blue value is 160 (62.89% from 255 or 44.57% from 359); Max value from RGB is 179 - color contains mainly: red. Hex color #B314A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B314A0 is #4CEB5F. Grayscale: #535353. Windows color (decimal): -5040992 or 10491059. OLE color: 10491059.
HSL color Cylindrical-coordinate representation of color #B314A0: hue angle of 307.17º degrees, saturation: 0.8, 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 #B314A0 is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 20 | 160 | - |
| CMYK | 0 | 0.89 | 0.11 | 0.30 |
| HSL | 307.17º | 0.8% | 0.39% | - |
| HSV(B) | 307.17º | 0.89% | 0.7% | - |
| XYZ | 25.19 | 12.62 | 34.37 | - |
| YUV | 83.5 | 171.18 | 196.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 20 | 160 | 0 | 0.89 | 0.11 | 0.30 | 307.17 | 0.8 | 0.39 |
| Hex | B3 | 14 | A0 | 0 | 59 | B | 1E | 133 | 50 | 27 |
| Octal | 263 | 24 | 240 | 0 | 131 | 13 | 36 | 463 | 120 | 47 |
| Binary | 10110011 | 10100 | 10100000 | 0 | 1011001 | 1011 | 11110 | 100110011 | 1010000 | 100111 |
Color Harmonies of #B314A0
Complementary color
Monochromatic Colors of #B314A0
Black with #B314A0
Text Example
Text Example
White with #B314A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B314A0; }
p { color: rgb(179,20,160); }
H1.HeaderClassName
{
color: #B314A0;
}
.AnyTagClassName
{
color: #B314A0;
}
</style>
background-color css
<style>
a { background-color: #B314A0; }
a { background-color: rgb(179,20,160); }
div.DivClassName
{
background-color: #B314A0;
}
.BgClassName
{
background-color: #B314A0;
}
</style>
border-color css
<style>
span { border-color: #B314A0; }
span { border-color: rgb(179,20,160); }
td.TdClassName
{
border-color: #B314A0;
}
.TagClassName
{
border-color: #B314A0;
}
</style>