Shades of Medium Red Violet #B32379
Tints of Medium Red Violet #B32379
RGB
CMYK
RGB Variations
Color information
#B32379 (or 0xB32379) is known color: Medium Red Violet. HEX triplet: B3, 23 and 79. RGB value is (179,35,121). Sum of RGB (Red+Green+Blue) = 179+35+121=335 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.43% from 335); Green value is 35 (14.06% from 255 or 10.45% from 335); Blue value is 121 (47.66% from 255 or 36.12% from 335); Max value from RGB is 179 - color contains mainly: red. Hex color #B32379 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32379 is #4CDC86. Grayscale: #575757. Windows color (decimal): -5037191 or 7938995. OLE color: 7938995.
HSL color Cylindrical-coordinate representation of color #B32379: hue angle of 324.17º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B32379 is Cyan = 0, Magento = 0.80, Yellow = 0.32 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 35 | 121 | - |
| CMYK | 0 | 0.80 | 0.32 | 0.30 |
| HSL | 324.17º | 0.67% | 0.42% | - |
| HSV(B) | 324.17º | 0.8% | 0.7% | - |
| XYZ | 22.64 | 12.17 | 19.24 | - |
| YUV | 87.86 | 146.71 | 193.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 35 | 121 | 0 | 0.80 | 0.32 | 0.30 | 324.17 | 0.67 | 0.42 |
| Hex | B3 | 23 | 79 | 0 | 50 | 20 | 1E | 144 | 43 | 2A |
| Octal | 263 | 43 | 171 | 0 | 120 | 40 | 36 | 504 | 103 | 52 |
| Binary | 10110011 | 100011 | 1111001 | 0 | 1010000 | 100000 | 11110 | 101000100 | 1000011 | 101010 |
Color Harmonies of #B32379
Complementary color
Monochromatic Colors of #B32379
Black with #B32379
Text Example
Text Example
White with #B32379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32379; }
p { color: rgb(179,35,121); }
H1.HeaderClassName
{
color: #B32379;
}
.AnyTagClassName
{
color: #B32379;
}
</style>
background-color css
<style>
a { background-color: #B32379; }
a { background-color: rgb(179,35,121); }
div.DivClassName
{
background-color: #B32379;
}
.BgClassName
{
background-color: #B32379;
}
</style>
border-color css
<style>
span { border-color: #B32379; }
span { border-color: rgb(179,35,121); }
td.TdClassName
{
border-color: #B32379;
}
.TagClassName
{
border-color: #B32379;
}
</style>