Shades of Medium Red Violet #B32E8D
Tints of Medium Red Violet #B32E8D
RGB
CMYK
RGB Variations
Color information
#B32E8D (or 0xB32E8D) is known color: Medium Red Violet. HEX triplet: B3, 2E and 8D. RGB value is (179,46,141). Sum of RGB (Red+Green+Blue) = 179+46+141=366 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.91% from 366); Green value is 46 (18.36% from 255 or 12.57% from 366); Blue value is 141 (55.47% from 255 or 38.52% from 366); Max value from RGB is 179 - color contains mainly: red. Hex color #B32E8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32E8D is #4CD172. Grayscale: #606060. Windows color (decimal): -5034355 or 9252531. OLE color: 9252531.
HSL color Cylindrical-coordinate representation of color #B32E8D: hue angle of 317.14º 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 #B32E8D is Cyan = 0, Magento = 0.74, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 46 | 141 | - |
| CMYK | 0 | 0.74 | 0.21 | 0.30 |
| HSL | 317.14º | 0.59% | 0.44% | - |
| HSV(B) | 317.14º | 0.74% | 0.7% | - |
| XYZ | 24.38 | 13.46 | 26.51 | - |
| YUV | 96.6 | 153.06 | 186.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 46 | 141 | 0 | 0.74 | 0.21 | 0.30 | 317.14 | 0.59 | 0.44 |
| Hex | B3 | 2E | 8D | 0 | 4A | 15 | 1E | 13D | 3B | 2C |
| Octal | 263 | 56 | 215 | 0 | 112 | 25 | 36 | 475 | 73 | 54 |
| Binary | 10110011 | 101110 | 10001101 | 0 | 1001010 | 10101 | 11110 | 100111101 | 111011 | 101100 |
Color Harmonies of #B32E8D
Complementary color
Monochromatic Colors of #B32E8D
Black with #B32E8D
Text Example
Text Example
White with #B32E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32E8D; }
p { color: rgb(179,46,141); }
H1.HeaderClassName
{
color: #B32E8D;
}
.AnyTagClassName
{
color: #B32E8D;
}
</style>
background-color css
<style>
a { background-color: #B32E8D; }
a { background-color: rgb(179,46,141); }
div.DivClassName
{
background-color: #B32E8D;
}
.BgClassName
{
background-color: #B32E8D;
}
</style>
border-color css
<style>
span { border-color: #B32E8D; }
span { border-color: rgb(179,46,141); }
td.TdClassName
{
border-color: #B32E8D;
}
.TagClassName
{
border-color: #B32E8D;
}
</style>