Shades of Medium Red Violet #B42091
Tints of Medium Red Violet #B42091
RGB
CMYK
RGB Variations
Color information
#B42091 (or 0xB42091) is known color: Medium Red Violet. HEX triplet: B4, 20 and 91. RGB value is (180,32,145). Sum of RGB (Red+Green+Blue) = 180+32+145=357 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.42% from 357); Green value is 32 (12.89% from 255 or 8.96% from 357); Blue value is 145 (57.03% from 255 or 40.62% from 357); Max value from RGB is 180 - color contains mainly: red. Hex color #B42091 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42091 is #4BDF6E. Grayscale: #585858. Windows color (decimal): -4972399 or 9511092. OLE color: 9511092.
HSL color Cylindrical-coordinate representation of color #B42091: hue angle of 314.19º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B42091 is Cyan = 0, Magento = 0.82, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 32 | 145 | - |
| CMYK | 0 | 0.82 | 0.19 | 0.29 |
| HSL | 314.19º | 0.7% | 0.42% | - |
| HSV(B) | 314.19º | 0.82% | 0.71% | - |
| XYZ | 24.45 | 12.78 | 27.97 | - |
| YUV | 89.13 | 159.53 | 192.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 32 | 145 | 0 | 0.82 | 0.19 | 0.29 | 314.19 | 0.7 | 0.42 |
| Hex | B4 | 20 | 91 | 0 | 52 | 13 | 1D | 13A | 46 | 2A |
| Octal | 264 | 40 | 221 | 0 | 122 | 23 | 35 | 472 | 106 | 52 |
| Binary | 10110100 | 100000 | 10010001 | 0 | 1010010 | 10011 | 11101 | 100111010 | 1000110 | 101010 |
Color Harmonies of #B42091
Complementary color
Monochromatic Colors of #B42091
Black with #B42091
Text Example
Text Example
White with #B42091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42091; }
p { color: rgb(180,32,145); }
H1.HeaderClassName
{
color: #B42091;
}
.AnyTagClassName
{
color: #B42091;
}
</style>
background-color css
<style>
a { background-color: #B42091; }
a { background-color: rgb(180,32,145); }
div.DivClassName
{
background-color: #B42091;
}
.BgClassName
{
background-color: #B42091;
}
</style>
border-color css
<style>
span { border-color: #B42091; }
span { border-color: rgb(180,32,145); }
td.TdClassName
{
border-color: #B42091;
}
.TagClassName
{
border-color: #B42091;
}
</style>