Shades of Medium Violet Red #B41791
Tints of Medium Violet Red #B41791
RGB
CMYK
RGB Variations
Color information
#B41791 (or 0xB41791) is known color: Medium Violet Red. HEX triplet: B4, 17 and 91. RGB value is (180,23,145). Sum of RGB (Red+Green+Blue) = 180+23+145=348 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.72% from 348); Green value is 23 (9.38% from 255 or 6.61% from 348); Blue value is 145 (57.03% from 255 or 41.67% from 348); Max value from RGB is 180 - color contains mainly: red. Hex color #B41791 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B41791 is #4BE86E. Grayscale: #535353. Windows color (decimal): -4974703 or 9508788. OLE color: 9508788.
HSL color Cylindrical-coordinate representation of color #B41791: hue angle of 313.38º 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 #B41791 is Cyan = 0, Magento = 0.87, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 23 | 145 | - |
| CMYK | 0 | 0.87 | 0.19 | 0.29 |
| HSL | 313.38º | 0.77% | 0.4% | - |
| HSV(B) | 313.38º | 0.87% | 0.71% | - |
| XYZ | 24.24 | 12.36 | 27.9 | - |
| YUV | 83.85 | 162.51 | 196.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 23 | 145 | 0 | 0.87 | 0.19 | 0.29 | 313.38 | 0.77 | 0.4 |
| Hex | B4 | 17 | 91 | 0 | 57 | 13 | 1D | 139 | 4D | 28 |
| Octal | 264 | 27 | 221 | 0 | 127 | 23 | 35 | 471 | 115 | 50 |
| Binary | 10110100 | 10111 | 10010001 | 0 | 1010111 | 10011 | 11101 | 100111001 | 1001101 | 101000 |
Color Harmonies of #B41791
Complementary color
Monochromatic Colors of #B41791
Black with #B41791
Text Example
Text Example
White with #B41791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41791; }
p { color: rgb(180,23,145); }
H1.HeaderClassName
{
color: #B41791;
}
.AnyTagClassName
{
color: #B41791;
}
</style>
background-color css
<style>
a { background-color: #B41791; }
a { background-color: rgb(180,23,145); }
div.DivClassName
{
background-color: #B41791;
}
.BgClassName
{
background-color: #B41791;
}
</style>
border-color css
<style>
span { border-color: #B41791; }
span { border-color: rgb(180,23,145); }
td.TdClassName
{
border-color: #B41791;
}
.TagClassName
{
border-color: #B41791;
}
</style>