Shades of Medium Violet Red #B314A1
Tints of Medium Violet Red #B314A1
RGB
CMYK
RGB Variations
Color information
#B314A1 (or 0xB314A1) is known color: Medium Violet Red. HEX triplet: B3, 14 and A1. RGB value is (179,20,161). Sum of RGB (Red+Green+Blue) = 179+20+161=360 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.72% from 360); Green value is 20 (8.20% from 255 or 5.56% from 360); Blue value is 161 (63.28% from 255 or 44.72% from 360); Max value from RGB is 179 - color contains mainly: red. Hex color #B314A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B314A1 is #4CEB5E. Grayscale: #535353. Windows color (decimal): -5040991 or 10556595. OLE color: 10556595.
HSL color Cylindrical-coordinate representation of color #B314A1: hue angle of 306.79º 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 #B314A1 is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 20 | 161 | - |
| CMYK | 0 | 0.89 | 0.10 | 0.30 |
| HSL | 306.79º | 0.8% | 0.39% | - |
| HSV(B) | 306.79º | 0.89% | 0.7% | - |
| XYZ | 25.27 | 12.66 | 34.83 | - |
| YUV | 83.62 | 171.68 | 196.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 20 | 161 | 0 | 0.89 | 0.10 | 0.30 | 306.79 | 0.8 | 0.39 |
| Hex | B3 | 14 | A1 | 0 | 59 | A | 1E | 133 | 50 | 27 |
| Octal | 263 | 24 | 241 | 0 | 131 | 12 | 36 | 463 | 120 | 47 |
| Binary | 10110011 | 10100 | 10100001 | 0 | 1011001 | 1010 | 11110 | 100110011 | 1010000 | 100111 |
Color Harmonies of #B314A1
Complementary color
Monochromatic Colors of #B314A1
Black with #B314A1
Text Example
Text Example
White with #B314A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B314A1; }
p { color: rgb(179,20,161); }
H1.HeaderClassName
{
color: #B314A1;
}
.AnyTagClassName
{
color: #B314A1;
}
</style>
background-color css
<style>
a { background-color: #B314A1; }
a { background-color: rgb(179,20,161); }
div.DivClassName
{
background-color: #B314A1;
}
.BgClassName
{
background-color: #B314A1;
}
</style>
border-color css
<style>
span { border-color: #B314A1; }
span { border-color: rgb(179,20,161); }
td.TdClassName
{
border-color: #B314A1;
}
.TagClassName
{
border-color: #B314A1;
}
</style>