Shades of Medium Violet Red #B41792
Tints of Medium Violet Red #B41792
RGB
CMYK
RGB Variations
Color information
#B41792 (or 0xB41792) is known color: Medium Violet Red. HEX triplet: B4, 17 and 92. RGB value is (180,23,146). Sum of RGB (Red+Green+Blue) = 180+23+146=349 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.58% from 349); Green value is 23 (9.38% from 255 or 6.59% from 349); Blue value is 146 (57.42% from 255 or 41.83% from 349); Max value from RGB is 180 - color contains mainly: red. Hex color #B41792 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B41792 is #4BE86D. Grayscale: #535353. Windows color (decimal): -4974702 or 9574324. OLE color: 9574324.
HSL color Cylindrical-coordinate representation of color #B41792: hue angle of 312.99º 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 #B41792 is Cyan = 0, Magento = 0.87, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 23 | 146 | - |
| CMYK | 0 | 0.87 | 0.19 | 0.29 |
| HSL | 312.99º | 0.77% | 0.4% | - |
| HSV(B) | 312.99º | 0.87% | 0.71% | - |
| XYZ | 24.32 | 12.39 | 28.3 | - |
| YUV | 83.97 | 163.01 | 196.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 23 | 146 | 0 | 0.87 | 0.19 | 0.29 | 312.99 | 0.77 | 0.4 |
| Hex | B4 | 17 | 92 | 0 | 57 | 13 | 1D | 139 | 4D | 28 |
| Octal | 264 | 27 | 222 | 0 | 127 | 23 | 35 | 471 | 115 | 50 |
| Binary | 10110100 | 10111 | 10010010 | 0 | 1010111 | 10011 | 11101 | 100111001 | 1001101 | 101000 |
Color Harmonies of #B41792
Complementary color
Monochromatic Colors of #B41792
Black with #B41792
Text Example
Text Example
White with #B41792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41792; }
p { color: rgb(180,23,146); }
H1.HeaderClassName
{
color: #B41792;
}
.AnyTagClassName
{
color: #B41792;
}
</style>
background-color css
<style>
a { background-color: #B41792; }
a { background-color: rgb(180,23,146); }
div.DivClassName
{
background-color: #B41792;
}
.BgClassName
{
background-color: #B41792;
}
</style>
border-color css
<style>
span { border-color: #B41792; }
span { border-color: rgb(180,23,146); }
td.TdClassName
{
border-color: #B41792;
}
.TagClassName
{
border-color: #B41792;
}
</style>