Shades of Medium Violet Red #B514A0
Tints of Medium Violet Red #B514A0
RGB
CMYK
RGB Variations
Color information
#B514A0 (or 0xB514A0) is known color: Medium Violet Red. HEX triplet: B5, 14 and A0. RGB value is (181,20,160). Sum of RGB (Red+Green+Blue) = 181+20+160=361 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.14% from 361); Green value is 20 (8.20% from 255 or 5.54% from 361); Blue value is 160 (62.89% from 255 or 44.32% from 361); Max value from RGB is 181 - color contains mainly: red. Hex color #B514A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B514A0 is #4AEB5F. Grayscale: #535353. Windows color (decimal): -4909920 or 10491061. OLE color: 10491061.
HSL color Cylindrical-coordinate representation of color #B514A0: hue angle of 307.83º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B514A0 is Cyan = 0, Magento = 0.89, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 20 | 160 | - |
| CMYK | 0 | 0.89 | 0.12 | 0.29 |
| HSL | 307.83º | 0.8% | 0.39% | - |
| HSV(B) | 307.83º | 0.89% | 0.71% | - |
| XYZ | 25.65 | 12.86 | 34.39 | - |
| YUV | 84.1 | 170.84 | 197.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 20 | 160 | 0 | 0.89 | 0.12 | 0.29 | 307.83 | 0.8 | 0.39 |
| Hex | B5 | 14 | A0 | 0 | 59 | C | 1D | 134 | 50 | 27 |
| Octal | 265 | 24 | 240 | 0 | 131 | 14 | 35 | 464 | 120 | 47 |
| Binary | 10110101 | 10100 | 10100000 | 0 | 1011001 | 1100 | 11101 | 100110100 | 1010000 | 100111 |
Color Harmonies of #B514A0
Complementary color
Monochromatic Colors of #B514A0
Black with #B514A0
Text Example
Text Example
White with #B514A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B514A0; }
p { color: rgb(181,20,160); }
H1.HeaderClassName
{
color: #B514A0;
}
.AnyTagClassName
{
color: #B514A0;
}
</style>
background-color css
<style>
a { background-color: #B514A0; }
a { background-color: rgb(181,20,160); }
div.DivClassName
{
background-color: #B514A0;
}
.BgClassName
{
background-color: #B514A0;
}
</style>
border-color css
<style>
span { border-color: #B514A0; }
span { border-color: rgb(181,20,160); }
td.TdClassName
{
border-color: #B514A0;
}
.TagClassName
{
border-color: #B514A0;
}
</style>