Shades of Medium Red Violet #B32E73
Tints of Medium Red Violet #B32E73
RGB
CMYK
RGB Variations
Color information
#B32E73 (or 0xB32E73) is known color: Medium Red Violet. HEX triplet: B3, 2E and 73. RGB value is (179,46,115). Sum of RGB (Red+Green+Blue) = 179+46+115=340 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.65% from 340); Green value is 46 (18.36% from 255 or 13.53% from 340); Blue value is 115 (45.31% from 255 or 33.82% from 340); Max value from RGB is 179 - color contains mainly: red. Hex color #B32E73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32E73 is #4CD18C. Grayscale: #5D5D5D. Windows color (decimal): -5034381 or 7548595. OLE color: 7548595.
HSL color Cylindrical-coordinate representation of color #B32E73: hue angle of 328.87º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B32E73 is Cyan = 0, Magento = 0.74, Yellow = 0.36 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 46 | 115 | - |
| CMYK | 0 | 0.74 | 0.36 | 0.30 |
| HSL | 328.87º | 0.59% | 0.44% | - |
| HSV(B) | 328.87º | 0.74% | 0.7% | - |
| XYZ | 22.66 | 12.78 | 17.49 | - |
| YUV | 93.63 | 140.06 | 188.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 46 | 115 | 0 | 0.74 | 0.36 | 0.30 | 328.87 | 0.59 | 0.44 |
| Hex | B3 | 2E | 73 | 0 | 4A | 24 | 1E | 149 | 3B | 2C |
| Octal | 263 | 56 | 163 | 0 | 112 | 44 | 36 | 511 | 73 | 54 |
| Binary | 10110011 | 101110 | 1110011 | 0 | 1001010 | 100100 | 11110 | 101001001 | 111011 | 101100 |
Color Harmonies of #B32E73
Complementary color
Monochromatic Colors of #B32E73
Black with #B32E73
Text Example
Text Example
White with #B32E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32E73; }
p { color: rgb(179,46,115); }
H1.HeaderClassName
{
color: #B32E73;
}
.AnyTagClassName
{
color: #B32E73;
}
</style>
background-color css
<style>
a { background-color: #B32E73; }
a { background-color: rgb(179,46,115); }
div.DivClassName
{
background-color: #B32E73;
}
.BgClassName
{
background-color: #B32E73;
}
</style>
border-color css
<style>
span { border-color: #B32E73; }
span { border-color: rgb(179,46,115); }
td.TdClassName
{
border-color: #B32E73;
}
.TagClassName
{
border-color: #B32E73;
}
</style>