Shades of Medium Red Violet #B33591
Tints of Medium Red Violet #B33591
RGB
CMYK
RGB Variations
Color information
#B33591 (or 0xB33591) is known color: Medium Red Violet. HEX triplet: B3, 35 and 91. RGB value is (179,53,145). Sum of RGB (Red+Green+Blue) = 179+53+145=377 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.48% from 377); Green value is 53 (21.09% from 255 or 14.06% from 377); Blue value is 145 (57.03% from 255 or 38.46% from 377); Max value from RGB is 179 - color contains mainly: red. Hex color #B33591 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33591 is #4CCA6E. Grayscale: #646464. Windows color (decimal): -5032559 or 9516467. OLE color: 9516467.
HSL color Cylindrical-coordinate representation of color #B33591: hue angle of 316.19º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B33591 is Cyan = 0, Magento = 0.70, Yellow = 0.19 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 53 | 145 | - |
| CMYK | 0 | 0.70 | 0.19 | 0.30 |
| HSL | 316.19º | 0.54% | 0.45% | - |
| HSV(B) | 316.19º | 0.7% | 0.7% | - |
| XYZ | 24.97 | 14.17 | 28.21 | - |
| YUV | 101.16 | 152.74 | 183.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 53 | 145 | 0 | 0.70 | 0.19 | 0.30 | 316.19 | 0.54 | 0.45 |
| Hex | B3 | 35 | 91 | 0 | 46 | 13 | 1E | 13C | 36 | 2D |
| Octal | 263 | 65 | 221 | 0 | 106 | 23 | 36 | 474 | 66 | 55 |
| Binary | 10110011 | 110101 | 10010001 | 0 | 1000110 | 10011 | 11110 | 100111100 | 110110 | 101101 |
Color Harmonies of #B33591
Complementary color
Monochromatic Colors of #B33591
Black with #B33591
Text Example
Text Example
White with #B33591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33591; }
p { color: rgb(179,53,145); }
H1.HeaderClassName
{
color: #B33591;
}
.AnyTagClassName
{
color: #B33591;
}
</style>
background-color css
<style>
a { background-color: #B33591; }
a { background-color: rgb(179,53,145); }
div.DivClassName
{
background-color: #B33591;
}
.BgClassName
{
background-color: #B33591;
}
</style>
border-color css
<style>
span { border-color: #B33591; }
span { border-color: rgb(179,53,145); }
td.TdClassName
{
border-color: #B33591;
}
.TagClassName
{
border-color: #B33591;
}
</style>