Shades of Medium Red Violet #B32D8E
Tints of Medium Red Violet #B32D8E
RGB
CMYK
RGB Variations
Color information
#B32D8E (or 0xB32D8E) is known color: Medium Red Violet. HEX triplet: B3, 2D and 8E. RGB value is (179,45,142). Sum of RGB (Red+Green+Blue) = 179+45+142=366 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.91% from 366); Green value is 45 (17.97% from 255 or 12.30% from 366); Blue value is 142 (55.86% from 255 or 38.80% from 366); Max value from RGB is 179 - color contains mainly: red. Hex color #B32D8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32D8E is #4CD271. Grayscale: #5F5F5F. Windows color (decimal): -5034610 or 9317811. OLE color: 9317811.
HSL color Cylindrical-coordinate representation of color #B32D8E: hue angle of 316.57º 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 #B32D8E is Cyan = 0, Magento = 0.75, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 45 | 142 | - |
| CMYK | 0 | 0.75 | 0.21 | 0.30 |
| HSL | 316.57º | 0.6% | 0.44% | - |
| HSV(B) | 316.57º | 0.75% | 0.7% | - |
| XYZ | 24.41 | 13.41 | 26.89 | - |
| YUV | 96.12 | 153.89 | 187.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 45 | 142 | 0 | 0.75 | 0.21 | 0.30 | 316.57 | 0.6 | 0.44 |
| Hex | B3 | 2D | 8E | 0 | 4B | 15 | 1E | 13D | 3C | 2C |
| Octal | 263 | 55 | 216 | 0 | 113 | 25 | 36 | 475 | 74 | 54 |
| Binary | 10110011 | 101101 | 10001110 | 0 | 1001011 | 10101 | 11110 | 100111101 | 111100 | 101100 |
Color Harmonies of #B32D8E
Complementary color
Monochromatic Colors of #B32D8E
Black with #B32D8E
Text Example
Text Example
White with #B32D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32D8E; }
p { color: rgb(179,45,142); }
H1.HeaderClassName
{
color: #B32D8E;
}
.AnyTagClassName
{
color: #B32D8E;
}
</style>
background-color css
<style>
a { background-color: #B32D8E; }
a { background-color: rgb(179,45,142); }
div.DivClassName
{
background-color: #B32D8E;
}
.BgClassName
{
background-color: #B32D8E;
}
</style>
border-color css
<style>
span { border-color: #B32D8E; }
span { border-color: rgb(179,45,142); }
td.TdClassName
{
border-color: #B32D8E;
}
.TagClassName
{
border-color: #B32D8E;
}
</style>