Shades of Medium Violet Red #B517A1
Tints of Medium Violet Red #B517A1
RGB
CMYK
RGB Variations
Color information
#B517A1 (or 0xB517A1) is known color: Medium Violet Red. HEX triplet: B5, 17 and A1. RGB value is (181,23,161). Sum of RGB (Red+Green+Blue) = 181+23+161=365 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.59% from 365); Green value is 23 (9.38% from 255 or 6.30% from 365); Blue value is 161 (63.28% from 255 or 44.11% from 365); Max value from RGB is 181 - color contains mainly: red. Hex color #B517A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B517A1 is #4AE85E. Grayscale: #555555. Windows color (decimal): -4909151 or 10557365. OLE color: 10557365.
HSL color Cylindrical-coordinate representation of color #B517A1: hue angle of 307.59º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B517A1 is Cyan = 0, Magento = 0.87, Yellow = 0.11 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 23 | 161 | - |
| CMYK | 0 | 0.87 | 0.11 | 0.29 |
| HSL | 307.59º | 0.77% | 0.4% | - |
| HSV(B) | 307.59º | 0.87% | 0.71% | - |
| XYZ | 25.8 | 13.01 | 34.87 | - |
| YUV | 85.97 | 170.35 | 195.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 23 | 161 | 0 | 0.87 | 0.11 | 0.29 | 307.59 | 0.77 | 0.4 |
| Hex | B5 | 17 | A1 | 0 | 57 | B | 1D | 134 | 4D | 28 |
| Octal | 265 | 27 | 241 | 0 | 127 | 13 | 35 | 464 | 115 | 50 |
| Binary | 10110101 | 10111 | 10100001 | 0 | 1010111 | 1011 | 11101 | 100110100 | 1001101 | 101000 |
Color Harmonies of #B517A1
Complementary color
Monochromatic Colors of #B517A1
Black with #B517A1
Text Example
Text Example
White with #B517A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B517A1; }
p { color: rgb(181,23,161); }
H1.HeaderClassName
{
color: #B517A1;
}
.AnyTagClassName
{
color: #B517A1;
}
</style>
background-color css
<style>
a { background-color: #B517A1; }
a { background-color: rgb(181,23,161); }
div.DivClassName
{
background-color: #B517A1;
}
.BgClassName
{
background-color: #B517A1;
}
</style>
border-color css
<style>
span { border-color: #B517A1; }
span { border-color: rgb(181,23,161); }
td.TdClassName
{
border-color: #B517A1;
}
.TagClassName
{
border-color: #B517A1;
}
</style>