Shades of Medium Violet Red #B417A0
Tints of Medium Violet Red #B417A0
RGB
CMYK
RGB Variations
Color information
#B417A0 (or 0xB417A0) is known color: Medium Violet Red. HEX triplet: B4, 17 and A0. RGB value is (180,23,160). Sum of RGB (Red+Green+Blue) = 180+23+160=363 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.59% from 363); Green value is 23 (9.38% from 255 or 6.34% from 363); Blue value is 160 (62.89% from 255 or 44.08% from 363); Max value from RGB is 180 - color contains mainly: red. Hex color #B417A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B417A0 is #4BE85F. Grayscale: #555555. Windows color (decimal): -4974688 or 10491828. OLE color: 10491828.
HSL color Cylindrical-coordinate representation of color #B417A0: hue angle of 307.64º 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 #B417A0 is Cyan = 0, Magento = 0.87, Yellow = 0.11 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 23 | 160 | - |
| CMYK | 0 | 0.87 | 0.11 | 0.29 |
| HSL | 307.64º | 0.77% | 0.4% | - |
| HSV(B) | 307.64º | 0.87% | 0.71% | - |
| XYZ | 25.47 | 12.85 | 34.4 | - |
| YUV | 85.56 | 170.01 | 195.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 23 | 160 | 0 | 0.87 | 0.11 | 0.29 | 307.64 | 0.77 | 0.4 |
| Hex | B4 | 17 | A0 | 0 | 57 | B | 1D | 134 | 4D | 28 |
| Octal | 264 | 27 | 240 | 0 | 127 | 13 | 35 | 464 | 115 | 50 |
| Binary | 10110100 | 10111 | 10100000 | 0 | 1010111 | 1011 | 11101 | 100110100 | 1001101 | 101000 |
Color Harmonies of #B417A0
Complementary color
Monochromatic Colors of #B417A0
Black with #B417A0
Text Example
Text Example
White with #B417A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B417A0; }
p { color: rgb(180,23,160); }
H1.HeaderClassName
{
color: #B417A0;
}
.AnyTagClassName
{
color: #B417A0;
}
</style>
background-color css
<style>
a { background-color: #B417A0; }
a { background-color: rgb(180,23,160); }
div.DivClassName
{
background-color: #B417A0;
}
.BgClassName
{
background-color: #B417A0;
}
</style>
border-color css
<style>
span { border-color: #B417A0; }
span { border-color: rgb(180,23,160); }
td.TdClassName
{
border-color: #B417A0;
}
.TagClassName
{
border-color: #B417A0;
}
</style>