Shades of Medium Violet Red #B41892
Tints of Medium Violet Red #B41892
RGB
CMYK
RGB Variations
Color information
#B41892 (or 0xB41892) is known color: Medium Violet Red. HEX triplet: B4, 18 and 92. RGB value is (180,24,146). Sum of RGB (Red+Green+Blue) = 180+24+146=350 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.43% from 350); Green value is 24 (9.77% from 255 or 6.86% from 350); Blue value is 146 (57.42% from 255 or 41.71% from 350); Max value from RGB is 180 - color contains mainly: red. Hex color #B41892 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B41892 is #4BE76D. Grayscale: #545454. Windows color (decimal): -4974446 or 9574580. OLE color: 9574580.
HSL color Cylindrical-coordinate representation of color #B41892: hue angle of 313.08º degrees, saturation: 0.76, 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 #B41892 is Cyan = 0, Magento = 0.87, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 24 | 146 | - |
| CMYK | 0 | 0.87 | 0.19 | 0.29 |
| HSL | 313.08º | 0.76% | 0.4% | - |
| HSV(B) | 313.08º | 0.87% | 0.71% | - |
| XYZ | 24.34 | 12.43 | 28.31 | - |
| YUV | 84.55 | 162.68 | 196.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 24 | 146 | 0 | 0.87 | 0.19 | 0.29 | 313.08 | 0.76 | 0.4 |
| Hex | B4 | 18 | 92 | 0 | 57 | 13 | 1D | 139 | 4C | 28 |
| Octal | 264 | 30 | 222 | 0 | 127 | 23 | 35 | 471 | 114 | 50 |
| Binary | 10110100 | 11000 | 10010010 | 0 | 1010111 | 10011 | 11101 | 100111001 | 1001100 | 101000 |
Color Harmonies of #B41892
Complementary color
Monochromatic Colors of #B41892
Black with #B41892
Text Example
Text Example
White with #B41892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41892; }
p { color: rgb(180,24,146); }
H1.HeaderClassName
{
color: #B41892;
}
.AnyTagClassName
{
color: #B41892;
}
</style>
background-color css
<style>
a { background-color: #B41892; }
a { background-color: rgb(180,24,146); }
div.DivClassName
{
background-color: #B41892;
}
.BgClassName
{
background-color: #B41892;
}
</style>
border-color css
<style>
span { border-color: #B41892; }
span { border-color: rgb(180,24,146); }
td.TdClassName
{
border-color: #B41892;
}
.TagClassName
{
border-color: #B41892;
}
</style>