Shades of Medium Violet Red #B417A6
Tints of Medium Violet Red #B417A6
RGB
CMYK
RGB Variations
Color information
#B417A6 (or 0xB417A6) is known color: Medium Violet Red. HEX triplet: B4, 17 and A6. RGB value is (180,23,166). Sum of RGB (Red+Green+Blue) = 180+23+166=369 (48% of max value = 765). Red value is 180 (70.70% from 255 or 48.78% from 369); Green value is 23 (9.38% from 255 or 6.23% from 369); Blue value is 166 (65.23% from 255 or 44.99% from 369); Max value from RGB is 180 - color contains mainly: red. Hex color #B417A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B417A6 is #4BE859. Grayscale: #555555. Windows color (decimal): -4974682 or 10885044. OLE color: 10885044.
HSL color Cylindrical-coordinate representation of color #B417A6: hue angle of 305.35º 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 #B417A6 is Cyan = 0, Magento = 0.87, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 23 | 166 | - |
| CMYK | 0 | 0.87 | 0.08 | 0.29 |
| HSL | 305.35º | 0.77% | 0.4% | - |
| HSV(B) | 305.35º | 0.87% | 0.71% | - |
| XYZ | 26.01 | 13.07 | 37.23 | - |
| YUV | 86.25 | 173.01 | 194.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 23 | 166 | 0 | 0.87 | 0.08 | 0.29 | 305.35 | 0.77 | 0.4 |
| Hex | B4 | 17 | A6 | 0 | 57 | 8 | 1D | 131 | 4D | 28 |
| Octal | 264 | 27 | 246 | 0 | 127 | 10 | 35 | 461 | 115 | 50 |
| Binary | 10110100 | 10111 | 10100110 | 0 | 1010111 | 1000 | 11101 | 100110001 | 1001101 | 101000 |
Color Harmonies of #B417A6
Complementary color
Monochromatic Colors of #B417A6
Black with #B417A6
Text Example
Text Example
White with #B417A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B417A6; }
p { color: rgb(180,23,166); }
H1.HeaderClassName
{
color: #B417A6;
}
.AnyTagClassName
{
color: #B417A6;
}
</style>
background-color css
<style>
a { background-color: #B417A6; }
a { background-color: rgb(180,23,166); }
div.DivClassName
{
background-color: #B417A6;
}
.BgClassName
{
background-color: #B417A6;
}
</style>
border-color css
<style>
span { border-color: #B417A6; }
span { border-color: rgb(180,23,166); }
td.TdClassName
{
border-color: #B417A6;
}
.TagClassName
{
border-color: #B417A6;
}
</style>