Shades of Medium Violet Red #B41992
Tints of Medium Violet Red #B41992
RGB
CMYK
RGB Variations
Color information
#B41992 (or 0xB41992) is known color: Medium Violet Red. HEX triplet: B4, 19 and 92. RGB value is (180,25,146). Sum of RGB (Red+Green+Blue) = 180+25+146=351 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.28% from 351); Green value is 25 (10.16% from 255 or 7.12% from 351); Blue value is 146 (57.42% from 255 or 41.60% from 351); Max value from RGB is 180 - color contains mainly: red. Hex color #B41992 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B41992 is #4BE66D. Grayscale: #545454. Windows color (decimal): -4974190 or 9574836. OLE color: 9574836.
HSL color Cylindrical-coordinate representation of color #B41992: hue angle of 313.16º degrees, saturation: 0.76, 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 #B41992 is Cyan = 0, Magento = 0.86, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 25 | 146 | - |
| CMYK | 0 | 0.86 | 0.19 | 0.29 |
| HSL | 313.16º | 0.76% | 0.4% | - |
| HSV(B) | 313.16º | 0.86% | 0.71% | - |
| XYZ | 24.36 | 12.47 | 28.32 | - |
| YUV | 85.14 | 162.35 | 195.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 25 | 146 | 0 | 0.86 | 0.19 | 0.29 | 313.16 | 0.76 | 0.4 |
| Hex | B4 | 19 | 92 | 0 | 56 | 13 | 1D | 139 | 4C | 28 |
| Octal | 264 | 31 | 222 | 0 | 126 | 23 | 35 | 471 | 114 | 50 |
| Binary | 10110100 | 11001 | 10010010 | 0 | 1010110 | 10011 | 11101 | 100111001 | 1001100 | 101000 |
Color Harmonies of #B41992
Complementary color
Monochromatic Colors of #B41992
Black with #B41992
Text Example
Text Example
White with #B41992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41992; }
p { color: rgb(180,25,146); }
H1.HeaderClassName
{
color: #B41992;
}
.AnyTagClassName
{
color: #B41992;
}
</style>
background-color css
<style>
a { background-color: #B41992; }
a { background-color: rgb(180,25,146); }
div.DivClassName
{
background-color: #B41992;
}
.BgClassName
{
background-color: #B41992;
}
</style>
border-color css
<style>
span { border-color: #B41992; }
span { border-color: rgb(180,25,146); }
td.TdClassName
{
border-color: #B41992;
}
.TagClassName
{
border-color: #B41992;
}
</style>