Shades of Medium Red Violet #B33577
Tints of Medium Red Violet #B33577
RGB
CMYK
RGB Variations
Color information
#B33577 (or 0xB33577) is known color: Medium Red Violet. HEX triplet: B3, 35 and 77. RGB value is (179,53,119). Sum of RGB (Red+Green+Blue) = 179+53+119=351 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.00% from 351); Green value is 53 (21.09% from 255 or 15.10% from 351); Blue value is 119 (46.88% from 255 or 33.90% from 351); Max value from RGB is 179 - color contains mainly: red. Hex color #B33577 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33577 is #4CCA88. Grayscale: #626262. Windows color (decimal): -5032585 or 7812531. OLE color: 7812531.
HSL color Cylindrical-coordinate representation of color #B33577: hue angle of 328.57º 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 #B33577 is Cyan = 0, Magento = 0.70, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 53 | 119 | - |
| CMYK | 0 | 0.70 | 0.34 | 0.30 |
| HSL | 328.57º | 0.54% | 0.45% | - |
| HSV(B) | 328.57º | 0.7% | 0.7% | - |
| XYZ | 23.19 | 13.46 | 18.83 | - |
| YUV | 98.2 | 139.74 | 185.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 53 | 119 | 0 | 0.70 | 0.34 | 0.30 | 328.57 | 0.54 | 0.45 |
| Hex | B3 | 35 | 77 | 0 | 46 | 22 | 1E | 149 | 36 | 2D |
| Octal | 263 | 65 | 167 | 0 | 106 | 42 | 36 | 511 | 66 | 55 |
| Binary | 10110011 | 110101 | 1110111 | 0 | 1000110 | 100010 | 11110 | 101001001 | 110110 | 101101 |
Color Harmonies of #B33577
Complementary color
Monochromatic Colors of #B33577
Black with #B33577
Text Example
Text Example
White with #B33577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33577; }
p { color: rgb(179,53,119); }
H1.HeaderClassName
{
color: #B33577;
}
.AnyTagClassName
{
color: #B33577;
}
</style>
background-color css
<style>
a { background-color: #B33577; }
a { background-color: rgb(179,53,119); }
div.DivClassName
{
background-color: #B33577;
}
.BgClassName
{
background-color: #B33577;
}
</style>
border-color css
<style>
span { border-color: #B33577; }
span { border-color: rgb(179,53,119); }
td.TdClassName
{
border-color: #B33577;
}
.TagClassName
{
border-color: #B33577;
}
</style>