Shades of Medium Violet Red #B517A7
Tints of Medium Violet Red #B517A7
RGB
CMYK
RGB Variations
Color information
#B517A7 (or 0xB517A7) is known color: Medium Violet Red. HEX triplet: B5, 17 and A7. RGB value is (181,23,167). Sum of RGB (Red+Green+Blue) = 181+23+167=371 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.79% from 371); Green value is 23 (9.38% from 255 or 6.20% from 371); Blue value is 167 (65.62% from 255 or 45.01% from 371); Max value from RGB is 181 - color contains mainly: red. Hex color #B517A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B517A7 is #4AE858. Grayscale: #565656. Windows color (decimal): -4909145 or 10950581. OLE color: 10950581.
HSL color Cylindrical-coordinate representation of color #B517A7: hue angle of 305.32º 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 #B517A7 is Cyan = 0, Magento = 0.87, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 23 | 167 | - |
| CMYK | 0 | 0.87 | 0.08 | 0.29 |
| HSL | 305.32º | 0.77% | 0.4% | - |
| HSV(B) | 305.32º | 0.87% | 0.71% | - |
| XYZ | 26.34 | 13.23 | 37.72 | - |
| YUV | 86.66 | 173.35 | 195.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 23 | 167 | 0 | 0.87 | 0.08 | 0.29 | 305.32 | 0.77 | 0.4 |
| Hex | B5 | 17 | A7 | 0 | 57 | 8 | 1D | 131 | 4D | 28 |
| Octal | 265 | 27 | 247 | 0 | 127 | 10 | 35 | 461 | 115 | 50 |
| Binary | 10110101 | 10111 | 10100111 | 0 | 1010111 | 1000 | 11101 | 100110001 | 1001101 | 101000 |
Color Harmonies of #B517A7
Complementary color
Monochromatic Colors of #B517A7
Black with #B517A7
Text Example
Text Example
White with #B517A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B517A7; }
p { color: rgb(181,23,167); }
H1.HeaderClassName
{
color: #B517A7;
}
.AnyTagClassName
{
color: #B517A7;
}
</style>
background-color css
<style>
a { background-color: #B517A7; }
a { background-color: rgb(181,23,167); }
div.DivClassName
{
background-color: #B517A7;
}
.BgClassName
{
background-color: #B517A7;
}
</style>
border-color css
<style>
span { border-color: #B517A7; }
span { border-color: rgb(181,23,167); }
td.TdClassName
{
border-color: #B517A7;
}
.TagClassName
{
border-color: #B517A7;
}
</style>