Shades of Medium Violet Red #B41A77
Tints of Medium Violet Red #B41A77
RGB
CMYK
RGB Variations
Color information
#B41A77 (or 0xB41A77) is known color: Medium Violet Red. HEX triplet: B4, 1A and 77. RGB value is (180,26,119). Sum of RGB (Red+Green+Blue) = 180+26+119=325 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.38% from 325); Green value is 26 (10.55% from 255 or 8% from 325); Blue value is 119 (46.88% from 255 or 36.62% from 325); Max value from RGB is 180 - color contains mainly: red. Hex color #B41A77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B41A77 is #4BE588. Grayscale: #525252. Windows color (decimal): -4973961 or 7805620. OLE color: 7805620.
HSL color Cylindrical-coordinate representation of color #B41A77: hue angle of 323.77º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B41A77 is Cyan = 0, Magento = 0.86, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 26 | 119 | - |
| CMYK | 0 | 0.86 | 0.34 | 0.29 |
| HSL | 323.77º | 0.75% | 0.4% | - |
| HSV(B) | 323.77º | 0.86% | 0.71% | - |
| XYZ | 22.52 | 11.77 | 18.54 | - |
| YUV | 82.65 | 148.52 | 197.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 26 | 119 | 0 | 0.86 | 0.34 | 0.29 | 323.77 | 0.75 | 0.4 |
| Hex | B4 | 1A | 77 | 0 | 56 | 22 | 1D | 144 | 4B | 28 |
| Octal | 264 | 32 | 167 | 0 | 126 | 42 | 35 | 504 | 113 | 50 |
| Binary | 10110100 | 11010 | 1110111 | 0 | 1010110 | 100010 | 11101 | 101000100 | 1001011 | 101000 |
Color Harmonies of #B41A77
Complementary color
Monochromatic Colors of #B41A77
Black with #B41A77
Text Example
Text Example
White with #B41A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41A77; }
p { color: rgb(180,26,119); }
H1.HeaderClassName
{
color: #B41A77;
}
.AnyTagClassName
{
color: #B41A77;
}
</style>
background-color css
<style>
a { background-color: #B41A77; }
a { background-color: rgb(180,26,119); }
div.DivClassName
{
background-color: #B41A77;
}
.BgClassName
{
background-color: #B41A77;
}
</style>
border-color css
<style>
span { border-color: #B41A77; }
span { border-color: rgb(180,26,119); }
td.TdClassName
{
border-color: #B41A77;
}
.TagClassName
{
border-color: #B41A77;
}
</style>