Shades of Medium Violet Red #B416A1
Tints of Medium Violet Red #B416A1
RGB
CMYK
RGB Variations
Color information
#B416A1 (or 0xB416A1) is known color: Medium Violet Red. HEX triplet: B4, 16 and A1. RGB value is (180,22,161). Sum of RGB (Red+Green+Blue) = 180+22+161=363 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.59% from 363); Green value is 22 (8.98% from 255 or 6.06% from 363); Blue value is 161 (63.28% from 255 or 44.35% from 363); Max value from RGB is 180 - color contains mainly: red. Hex color #B416A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B416A1 is #4BE95E. Grayscale: #545454. Windows color (decimal): -4974943 or 10557108. OLE color: 10557108.
HSL color Cylindrical-coordinate representation of color #B416A1: hue angle of 307.22º 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 #B416A1 is Cyan = 0, Magento = 0.88, Yellow = 0.11 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 22 | 161 | - |
| CMYK | 0 | 0.88 | 0.11 | 0.29 |
| HSL | 307.22º | 0.78% | 0.4% | - |
| HSV(B) | 307.22º | 0.88% | 0.71% | - |
| XYZ | 25.54 | 12.85 | 34.85 | - |
| YUV | 85.09 | 170.85 | 195.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 22 | 161 | 0 | 0.88 | 0.11 | 0.29 | 307.22 | 0.78 | 0.4 |
| Hex | B4 | 16 | A1 | 0 | 58 | B | 1D | 133 | 4E | 28 |
| Octal | 264 | 26 | 241 | 0 | 130 | 13 | 35 | 463 | 116 | 50 |
| Binary | 10110100 | 10110 | 10100001 | 0 | 1011000 | 1011 | 11101 | 100110011 | 1001110 | 101000 |
Color Harmonies of #B416A1
Complementary color
Monochromatic Colors of #B416A1
Black with #B416A1
Text Example
Text Example
White with #B416A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B416A1; }
p { color: rgb(180,22,161); }
H1.HeaderClassName
{
color: #B416A1;
}
.AnyTagClassName
{
color: #B416A1;
}
</style>
background-color css
<style>
a { background-color: #B416A1; }
a { background-color: rgb(180,22,161); }
div.DivClassName
{
background-color: #B416A1;
}
.BgClassName
{
background-color: #B416A1;
}
</style>
border-color css
<style>
span { border-color: #B416A1; }
span { border-color: rgb(180,22,161); }
td.TdClassName
{
border-color: #B416A1;
}
.TagClassName
{
border-color: #B416A1;
}
</style>