Shades of Medium Violet Red #B416A6
Tints of Medium Violet Red #B416A6
RGB
CMYK
RGB Variations
Color information
#B416A6 (or 0xB416A6) is known color: Medium Violet Red. HEX triplet: B4, 16 and A6. RGB value is (180,22,166). Sum of RGB (Red+Green+Blue) = 180+22+166=368 (48% of max value = 765). Red value is 180 (70.70% from 255 or 48.91% from 368); Green value is 22 (8.98% from 255 or 5.98% from 368); Blue value is 166 (65.23% from 255 or 45.11% from 368); Max value from RGB is 180 - color contains mainly: red. Hex color #B416A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B416A6 is #4BE959. Grayscale: #555555. Windows color (decimal): -4974938 or 10884788. OLE color: 10884788.
HSL color Cylindrical-coordinate representation of color #B416A6: hue angle of 305.32º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B416A6 is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 22 | 166 | - |
| CMYK | 0 | 0.88 | 0.08 | 0.29 |
| HSL | 305.32º | 0.78% | 0.4% | - |
| HSV(B) | 305.32º | 0.88% | 0.71% | - |
| XYZ | 25.99 | 13.03 | 37.22 | - |
| YUV | 85.66 | 173.35 | 195.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 22 | 166 | 0 | 0.88 | 0.08 | 0.29 | 305.32 | 0.78 | 0.4 |
| Hex | B4 | 16 | A6 | 0 | 58 | 8 | 1D | 131 | 4E | 28 |
| Octal | 264 | 26 | 246 | 0 | 130 | 10 | 35 | 461 | 116 | 50 |
| Binary | 10110100 | 10110 | 10100110 | 0 | 1011000 | 1000 | 11101 | 100110001 | 1001110 | 101000 |
Color Harmonies of #B416A6
Complementary color
Monochromatic Colors of #B416A6
Black with #B416A6
Text Example
Text Example
White with #B416A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B416A6; }
p { color: rgb(180,22,166); }
H1.HeaderClassName
{
color: #B416A6;
}
.AnyTagClassName
{
color: #B416A6;
}
</style>
background-color css
<style>
a { background-color: #B416A6; }
a { background-color: rgb(180,22,166); }
div.DivClassName
{
background-color: #B416A6;
}
.BgClassName
{
background-color: #B416A6;
}
</style>
border-color css
<style>
span { border-color: #B416A6; }
span { border-color: rgb(180,22,166); }
td.TdClassName
{
border-color: #B416A6;
}
.TagClassName
{
border-color: #B416A6;
}
</style>