Shades of Medium Red Violet #B32D72
Tints of Medium Red Violet #B32D72
RGB
CMYK
RGB Variations
Color information
#B32D72 (or 0xB32D72) is known color: Medium Red Violet. HEX triplet: B3, 2D and 72. RGB value is (179,45,114). Sum of RGB (Red+Green+Blue) = 179+45+114=338 (44% of max value = 765). Red value is 179 (70.31% from 255 or 52.96% from 338); Green value is 45 (17.97% from 255 or 13.31% from 338); Blue value is 114 (44.92% from 255 or 33.73% from 338); Max value from RGB is 179 - color contains mainly: red. Hex color #B32D72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32D72 is #4CD28D. Grayscale: #5C5C5C. Windows color (decimal): -5034638 or 7482803. OLE color: 7482803.
HSL color Cylindrical-coordinate representation of color #B32D72: hue angle of 329.1º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B32D72 is Cyan = 0, Magento = 0.75, Yellow = 0.36 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 45 | 114 | - |
| CMYK | 0 | 0.75 | 0.36 | 0.30 |
| HSL | 329.1º | 0.6% | 0.44% | - |
| HSV(B) | 329.1º | 0.75% | 0.7% | - |
| XYZ | 22.57 | 12.68 | 17.18 | - |
| YUV | 92.93 | 139.89 | 189.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 45 | 114 | 0 | 0.75 | 0.36 | 0.30 | 329.1 | 0.6 | 0.44 |
| Hex | B3 | 2D | 72 | 0 | 4B | 24 | 1E | 149 | 3C | 2C |
| Octal | 263 | 55 | 162 | 0 | 113 | 44 | 36 | 511 | 74 | 54 |
| Binary | 10110011 | 101101 | 1110010 | 0 | 1001011 | 100100 | 11110 | 101001001 | 111100 | 101100 |
Color Harmonies of #B32D72
Complementary color
Monochromatic Colors of #B32D72
Black with #B32D72
Text Example
Text Example
White with #B32D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32D72; }
p { color: rgb(179,45,114); }
H1.HeaderClassName
{
color: #B32D72;
}
.AnyTagClassName
{
color: #B32D72;
}
</style>
background-color css
<style>
a { background-color: #B32D72; }
a { background-color: rgb(179,45,114); }
div.DivClassName
{
background-color: #B32D72;
}
.BgClassName
{
background-color: #B32D72;
}
</style>
border-color css
<style>
span { border-color: #B32D72; }
span { border-color: rgb(179,45,114); }
td.TdClassName
{
border-color: #B32D72;
}
.TagClassName
{
border-color: #B32D72;
}
</style>