Shades of Medium Red Violet #B32E7E
Tints of Medium Red Violet #B32E7E
RGB
CMYK
RGB Variations
Color information
#B32E7E (or 0xB32E7E) is known color: Medium Red Violet. HEX triplet: B3, 2E and 7E. RGB value is (179,46,126). Sum of RGB (Red+Green+Blue) = 179+46+126=351 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.00% from 351); Green value is 46 (18.36% from 255 or 13.11% from 351); Blue value is 126 (49.61% from 255 or 35.90% from 351); Max value from RGB is 179 - color contains mainly: red. Hex color #B32E7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32E7E is #4CD181. Grayscale: #5E5E5E. Windows color (decimal): -5034370 or 8269491. OLE color: 8269491.
HSL color Cylindrical-coordinate representation of color #B32E7E: hue angle of 323.91º 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 #B32E7E is Cyan = 0, Magento = 0.74, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 46 | 126 | - |
| CMYK | 0 | 0.74 | 0.30 | 0.30 |
| HSL | 323.91º | 0.59% | 0.44% | - |
| HSV(B) | 323.91º | 0.74% | 0.7% | - |
| XYZ | 23.33 | 13.04 | 21.03 | - |
| YUV | 94.89 | 145.56 | 188 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 46 | 126 | 0 | 0.74 | 0.30 | 0.30 | 323.91 | 0.59 | 0.44 |
| Hex | B3 | 2E | 7E | 0 | 4A | 1E | 1E | 144 | 3B | 2C |
| Octal | 263 | 56 | 176 | 0 | 112 | 36 | 36 | 504 | 73 | 54 |
| Binary | 10110011 | 101110 | 1111110 | 0 | 1001010 | 11110 | 11110 | 101000100 | 111011 | 101100 |
Color Harmonies of #B32E7E
Complementary color
Monochromatic Colors of #B32E7E
Black with #B32E7E
Text Example
Text Example
White with #B32E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32E7E; }
p { color: rgb(179,46,126); }
H1.HeaderClassName
{
color: #B32E7E;
}
.AnyTagClassName
{
color: #B32E7E;
}
</style>
background-color css
<style>
a { background-color: #B32E7E; }
a { background-color: rgb(179,46,126); }
div.DivClassName
{
background-color: #B32E7E;
}
.BgClassName
{
background-color: #B32E7E;
}
</style>
border-color css
<style>
span { border-color: #B32E7E; }
span { border-color: rgb(179,46,126); }
td.TdClassName
{
border-color: #B32E7E;
}
.TagClassName
{
border-color: #B32E7E;
}
</style>