Shades of Medium Red Violet #B33679
Tints of Medium Red Violet #B33679
RGB
CMYK
RGB Variations
Color information
#B33679 (or 0xB33679) is known color: Medium Red Violet. HEX triplet: B3, 36 and 79. RGB value is (179,54,121). Sum of RGB (Red+Green+Blue) = 179+54+121=354 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.56% from 354); Green value is 54 (21.48% from 255 or 15.25% from 354); Blue value is 121 (47.66% from 255 or 34.18% from 354); Max value from RGB is 179 - color contains mainly: red. Hex color #B33679 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33679 is #4CC986. Grayscale: #626262. Windows color (decimal): -5032327 or 7943859. OLE color: 7943859.
HSL color Cylindrical-coordinate representation of color #B33679: hue angle of 327.84º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B33679 is Cyan = 0, Magento = 0.70, Yellow = 0.32 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 54 | 121 | - |
| CMYK | 0 | 0.70 | 0.32 | 0.30 |
| HSL | 327.84º | 0.54% | 0.46% | - |
| HSV(B) | 327.84º | 0.7% | 0.7% | - |
| XYZ | 23.36 | 13.6 | 19.48 | - |
| YUV | 99.01 | 140.41 | 185.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 54 | 121 | 0 | 0.70 | 0.32 | 0.30 | 327.84 | 0.54 | 0.46 |
| Hex | B3 | 36 | 79 | 0 | 46 | 20 | 1E | 148 | 36 | 2E |
| Octal | 263 | 66 | 171 | 0 | 106 | 40 | 36 | 510 | 66 | 56 |
| Binary | 10110011 | 110110 | 1111001 | 0 | 1000110 | 100000 | 11110 | 101001000 | 110110 | 101110 |
Color Harmonies of #B33679
Complementary color
Monochromatic Colors of #B33679
Black with #B33679
Text Example
Text Example
White with #B33679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33679; }
p { color: rgb(179,54,121); }
H1.HeaderClassName
{
color: #B33679;
}
.AnyTagClassName
{
color: #B33679;
}
</style>
background-color css
<style>
a { background-color: #B33679; }
a { background-color: rgb(179,54,121); }
div.DivClassName
{
background-color: #B33679;
}
.BgClassName
{
background-color: #B33679;
}
</style>
border-color css
<style>
span { border-color: #B33679; }
span { border-color: rgb(179,54,121); }
td.TdClassName
{
border-color: #B33679;
}
.TagClassName
{
border-color: #B33679;
}
</style>