Shades of Medium Red Violet #B32D9A
Tints of Medium Red Violet #B32D9A
RGB
CMYK
RGB Variations
Color information
#B32D9A (or 0xB32D9A) is known color: Medium Red Violet. HEX triplet: B3, 2D and 9A. RGB value is (179,45,154). Sum of RGB (Red+Green+Blue) = 179+45+154=378 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.35% from 378); Green value is 45 (17.97% from 255 or 11.90% from 378); Blue value is 154 (60.55% from 255 or 40.74% from 378); Max value from RGB is 179 - color contains mainly: red. Hex color #B32D9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32D9A is #4CD265. Grayscale: #616161. Windows color (decimal): -5034598 or 10104243. OLE color: 10104243.
HSL color Cylindrical-coordinate representation of color #B32D9A: hue angle of 311.19º 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 #B32D9A is Cyan = 0, Magento = 0.75, Yellow = 0.14 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 45 | 154 | - |
| CMYK | 0 | 0.75 | 0.14 | 0.30 |
| HSL | 311.19º | 0.6% | 0.44% | - |
| HSV(B) | 311.19º | 0.75% | 0.7% | - |
| XYZ | 25.36 | 13.79 | 31.9 | - |
| YUV | 97.49 | 159.89 | 186.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 45 | 154 | 0 | 0.75 | 0.14 | 0.30 | 311.19 | 0.6 | 0.44 |
| Hex | B3 | 2D | 9A | 0 | 4B | E | 1E | 137 | 3C | 2C |
| Octal | 263 | 55 | 232 | 0 | 113 | 16 | 36 | 467 | 74 | 54 |
| Binary | 10110011 | 101101 | 10011010 | 0 | 1001011 | 1110 | 11110 | 100110111 | 111100 | 101100 |
Color Harmonies of #B32D9A
Complementary color
Monochromatic Colors of #B32D9A
Black with #B32D9A
Text Example
Text Example
White with #B32D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32D9A; }
p { color: rgb(179,45,154); }
H1.HeaderClassName
{
color: #B32D9A;
}
.AnyTagClassName
{
color: #B32D9A;
}
</style>
background-color css
<style>
a { background-color: #B32D9A; }
a { background-color: rgb(179,45,154); }
div.DivClassName
{
background-color: #B32D9A;
}
.BgClassName
{
background-color: #B32D9A;
}
</style>
border-color css
<style>
span { border-color: #B32D9A; }
span { border-color: rgb(179,45,154); }
td.TdClassName
{
border-color: #B32D9A;
}
.TagClassName
{
border-color: #B32D9A;
}
</style>