Shades of Medium Red Violet #B33990
Tints of Medium Red Violet #B33990
RGB
CMYK
RGB Variations
Color information
#B33990 (or 0xB33990) is known color: Medium Red Violet. HEX triplet: B3, 39 and 90. RGB value is (179,57,144). Sum of RGB (Red+Green+Blue) = 179+57+144=380 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.11% from 380); Green value is 57 (22.66% from 255 or 15% from 380); Blue value is 144 (56.64% from 255 or 37.89% from 380); Max value from RGB is 179 - color contains mainly: red. Hex color #B33990 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33990 is #4CC66F. Grayscale: #676767. Windows color (decimal): -5031536 or 9451955. OLE color: 9451955.
HSL color Cylindrical-coordinate representation of color #B33990: hue angle of 317.21º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B33990 is Cyan = 0, Magento = 0.68, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 57 | 144 | - |
| CMYK | 0 | 0.68 | 0.20 | 0.30 |
| HSL | 317.21º | 0.52% | 0.46% | - |
| HSV(B) | 317.21º | 0.68% | 0.7% | - |
| XYZ | 25.09 | 14.52 | 27.87 | - |
| YUV | 103.4 | 150.92 | 181.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 57 | 144 | 0 | 0.68 | 0.20 | 0.30 | 317.21 | 0.52 | 0.46 |
| Hex | B3 | 39 | 90 | 0 | 44 | 14 | 1E | 13D | 34 | 2E |
| Octal | 263 | 71 | 220 | 0 | 104 | 24 | 36 | 475 | 64 | 56 |
| Binary | 10110011 | 111001 | 10010000 | 0 | 1000100 | 10100 | 11110 | 100111101 | 110100 | 101110 |
Color Harmonies of #B33990
Complementary color
Monochromatic Colors of #B33990
Black with #B33990
Text Example
Text Example
White with #B33990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33990; }
p { color: rgb(179,57,144); }
H1.HeaderClassName
{
color: #B33990;
}
.AnyTagClassName
{
color: #B33990;
}
</style>
background-color css
<style>
a { background-color: #B33990; }
a { background-color: rgb(179,57,144); }
div.DivClassName
{
background-color: #B33990;
}
.BgClassName
{
background-color: #B33990;
}
</style>
border-color css
<style>
span { border-color: #B33990; }
span { border-color: rgb(179,57,144); }
td.TdClassName
{
border-color: #B33990;
}
.TagClassName
{
border-color: #B33990;
}
</style>