Shades of Medium Red Violet #B33980
Tints of Medium Red Violet #B33980
RGB
CMYK
RGB Variations
Color information
#B33980 (or 0xB33980) is known color: Medium Red Violet. HEX triplet: B3, 39 and 80. RGB value is (179,57,128). Sum of RGB (Red+Green+Blue) = 179+57+128=364 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.18% from 364); Green value is 57 (22.66% from 255 or 15.66% from 364); Blue value is 128 (50.39% from 255 or 35.16% from 364); Max value from RGB is 179 - color contains mainly: red. Hex color #B33980 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33980 is #4CC67F. Grayscale: #656565. Windows color (decimal): -5031552 or 8403379. OLE color: 8403379.
HSL color Cylindrical-coordinate representation of color #B33980: hue angle of 325.08º 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 #B33980 is Cyan = 0, Magento = 0.68, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 57 | 128 | - |
| CMYK | 0 | 0.68 | 0.28 | 0.30 |
| HSL | 325.08º | 0.52% | 0.46% | - |
| HSV(B) | 325.08º | 0.68% | 0.7% | - |
| XYZ | 23.95 | 14.07 | 21.88 | - |
| YUV | 101.57 | 142.92 | 183.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 57 | 128 | 0 | 0.68 | 0.28 | 0.30 | 325.08 | 0.52 | 0.46 |
| Hex | B3 | 39 | 80 | 0 | 44 | 1C | 1E | 145 | 34 | 2E |
| Octal | 263 | 71 | 200 | 0 | 104 | 34 | 36 | 505 | 64 | 56 |
| Binary | 10110011 | 111001 | 10000000 | 0 | 1000100 | 11100 | 11110 | 101000101 | 110100 | 101110 |
Color Harmonies of #B33980
Complementary color
Monochromatic Colors of #B33980
Black with #B33980
Text Example
Text Example
White with #B33980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33980; }
p { color: rgb(179,57,128); }
H1.HeaderClassName
{
color: #B33980;
}
.AnyTagClassName
{
color: #B33980;
}
</style>
background-color css
<style>
a { background-color: #B33980; }
a { background-color: rgb(179,57,128); }
div.DivClassName
{
background-color: #B33980;
}
.BgClassName
{
background-color: #B33980;
}
</style>
border-color css
<style>
span { border-color: #B33980; }
span { border-color: rgb(179,57,128); }
td.TdClassName
{
border-color: #B33980;
}
.TagClassName
{
border-color: #B33980;
}
</style>