Shades of Medium Violet Red #B41799
Tints of Medium Violet Red #B41799
RGB
CMYK
RGB Variations
Color information
#B41799 (or 0xB41799) is known color: Medium Violet Red. HEX triplet: B4, 17 and 99. RGB value is (180,23,153). Sum of RGB (Red+Green+Blue) = 180+23+153=356 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.56% from 356); Green value is 23 (9.38% from 255 or 6.46% from 356); Blue value is 153 (60.16% from 255 or 42.98% from 356); Max value from RGB is 180 - color contains mainly: red. Hex color #B41799 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B41799 is #4BE866. Grayscale: #545454. Windows color (decimal): -4974695 or 10033076. OLE color: 10033076.
HSL color Cylindrical-coordinate representation of color #B41799: hue angle of 310.32º 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 #B41799 is Cyan = 0, Magento = 0.87, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 23 | 153 | - |
| CMYK | 0 | 0.87 | 0.15 | 0.29 |
| HSL | 310.32º | 0.77% | 0.4% | - |
| HSV(B) | 310.32º | 0.87% | 0.71% | - |
| XYZ | 24.88 | 12.62 | 31.26 | - |
| YUV | 84.76 | 166.51 | 195.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 23 | 153 | 0 | 0.87 | 0.15 | 0.29 | 310.32 | 0.77 | 0.4 |
| Hex | B4 | 17 | 99 | 0 | 57 | F | 1D | 136 | 4D | 28 |
| Octal | 264 | 27 | 231 | 0 | 127 | 17 | 35 | 466 | 115 | 50 |
| Binary | 10110100 | 10111 | 10011001 | 0 | 1010111 | 1111 | 11101 | 100110110 | 1001101 | 101000 |
Color Harmonies of #B41799
Complementary color
Monochromatic Colors of #B41799
Black with #B41799
Text Example
Text Example
White with #B41799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41799; }
p { color: rgb(180,23,153); }
H1.HeaderClassName
{
color: #B41799;
}
.AnyTagClassName
{
color: #B41799;
}
</style>
background-color css
<style>
a { background-color: #B41799; }
a { background-color: rgb(180,23,153); }
div.DivClassName
{
background-color: #B41799;
}
.BgClassName
{
background-color: #B41799;
}
</style>
border-color css
<style>
span { border-color: #B41799; }
span { border-color: rgb(180,23,153); }
td.TdClassName
{
border-color: #B41799;
}
.TagClassName
{
border-color: #B41799;
}
</style>