Shades of Medium Red Violet #B33979
Tints of Medium Red Violet #B33979
RGB
CMYK
RGB Variations
Color information
#B33979 (or 0xB33979) is known color: Medium Red Violet. HEX triplet: B3, 39 and 79. RGB value is (179,57,121). Sum of RGB (Red+Green+Blue) = 179+57+121=357 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.14% from 357); Green value is 57 (22.66% from 255 or 15.97% from 357); Blue value is 121 (47.66% from 255 or 33.89% from 357); Max value from RGB is 179 - color contains mainly: red. Hex color #B33979 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33979 is #4CC686. Grayscale: #646464. Windows color (decimal): -5031559 or 7944627. OLE color: 7944627.
HSL color Cylindrical-coordinate representation of color #B33979: hue angle of 328.52º 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 #B33979 is Cyan = 0, Magento = 0.68, Yellow = 0.32 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 57 | 121 | - |
| CMYK | 0 | 0.68 | 0.32 | 0.30 |
| HSL | 328.52º | 0.52% | 0.46% | - |
| HSV(B) | 328.52º | 0.68% | 0.7% | - |
| XYZ | 23.5 | 13.89 | 19.53 | - |
| YUV | 100.77 | 139.42 | 183.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 57 | 121 | 0 | 0.68 | 0.32 | 0.30 | 328.52 | 0.52 | 0.46 |
| Hex | B3 | 39 | 79 | 0 | 44 | 20 | 1E | 149 | 34 | 2E |
| Octal | 263 | 71 | 171 | 0 | 104 | 40 | 36 | 511 | 64 | 56 |
| Binary | 10110011 | 111001 | 1111001 | 0 | 1000100 | 100000 | 11110 | 101001001 | 110100 | 101110 |
Color Harmonies of #B33979
Complementary color
Monochromatic Colors of #B33979
Black with #B33979
Text Example
Text Example
White with #B33979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33979; }
p { color: rgb(179,57,121); }
H1.HeaderClassName
{
color: #B33979;
}
.AnyTagClassName
{
color: #B33979;
}
</style>
background-color css
<style>
a { background-color: #B33979; }
a { background-color: rgb(179,57,121); }
div.DivClassName
{
background-color: #B33979;
}
.BgClassName
{
background-color: #B33979;
}
</style>
border-color css
<style>
span { border-color: #B33979; }
span { border-color: rgb(179,57,121); }
td.TdClassName
{
border-color: #B33979;
}
.TagClassName
{
border-color: #B33979;
}
</style>