Shades of Medium Red Violet #B32091
Tints of Medium Red Violet #B32091
RGB
CMYK
RGB Variations
Color information
#B32091 (or 0xB32091) is known color: Medium Red Violet. HEX triplet: B3, 20 and 91. RGB value is (179,32,145). Sum of RGB (Red+Green+Blue) = 179+32+145=356 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.28% from 356); Green value is 32 (12.89% from 255 or 8.99% from 356); Blue value is 145 (57.03% from 255 or 40.73% from 356); Max value from RGB is 179 - color contains mainly: red. Hex color #B32091 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32091 is #4CDF6E. Grayscale: #585858. Windows color (decimal): -5037935 or 9511091. OLE color: 9511091.
HSL color Cylindrical-coordinate representation of color #B32091: hue angle of 313.88º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B32091 is Cyan = 0, Magento = 0.82, Yellow = 0.19 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 32 | 145 | - |
| CMYK | 0 | 0.82 | 0.19 | 0.30 |
| HSL | 313.88º | 0.7% | 0.41% | - |
| HSV(B) | 313.88º | 0.82% | 0.7% | - |
| XYZ | 24.22 | 12.66 | 27.96 | - |
| YUV | 88.84 | 159.7 | 192.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 32 | 145 | 0 | 0.82 | 0.19 | 0.30 | 313.88 | 0.7 | 0.41 |
| Hex | B3 | 20 | 91 | 0 | 52 | 13 | 1E | 13A | 46 | 29 |
| Octal | 263 | 40 | 221 | 0 | 122 | 23 | 36 | 472 | 106 | 51 |
| Binary | 10110011 | 100000 | 10010001 | 0 | 1010010 | 10011 | 11110 | 100111010 | 1000110 | 101001 |
Color Harmonies of #B32091
Complementary color
Monochromatic Colors of #B32091
Black with #B32091
Text Example
Text Example
White with #B32091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32091; }
p { color: rgb(179,32,145); }
H1.HeaderClassName
{
color: #B32091;
}
.AnyTagClassName
{
color: #B32091;
}
</style>
background-color css
<style>
a { background-color: #B32091; }
a { background-color: rgb(179,32,145); }
div.DivClassName
{
background-color: #B32091;
}
.BgClassName
{
background-color: #B32091;
}
</style>
border-color css
<style>
span { border-color: #B32091; }
span { border-color: rgb(179,32,145); }
td.TdClassName
{
border-color: #B32091;
}
.TagClassName
{
border-color: #B32091;
}
</style>