Shades of Medium Red Violet #B5329C
Tints of Medium Red Violet #B5329C
RGB
CMYK
RGB Variations
Color information
#B5329C (or 0xB5329C) is known color: Medium Red Violet. HEX triplet: B5, 32 and 9C. RGB value is (181,50,156). Sum of RGB (Red+Green+Blue) = 181+50+156=387 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.77% from 387); Green value is 50 (19.92% from 255 or 12.92% from 387); Blue value is 156 (61.33% from 255 or 40.31% from 387); Max value from RGB is 181 - color contains mainly: red. Hex color #B5329C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5329C is #4ACD63. Grayscale: #646464. Windows color (decimal): -4902244 or 10236597. OLE color: 10236597.
HSL color Cylindrical-coordinate representation of color #B5329C: hue angle of 311.45º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B5329C is Cyan = 0, Magento = 0.72, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 50 | 156 | - |
| CMYK | 0 | 0.72 | 0.14 | 0.29 |
| HSL | 311.45º | 0.57% | 0.45% | - |
| HSV(B) | 311.45º | 0.72% | 0.71% | - |
| XYZ | 26.2 | 14.51 | 32.87 | - |
| YUV | 101.25 | 158.9 | 184.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 50 | 156 | 0 | 0.72 | 0.14 | 0.29 | 311.45 | 0.57 | 0.45 |
| Hex | B5 | 32 | 9C | 0 | 48 | E | 1D | 137 | 39 | 2D |
| Octal | 265 | 62 | 234 | 0 | 110 | 16 | 35 | 467 | 71 | 55 |
| Binary | 10110101 | 110010 | 10011100 | 0 | 1001000 | 1110 | 11101 | 100110111 | 111001 | 101101 |
Color Harmonies of #B5329C
Complementary color
Monochromatic Colors of #B5329C
Black with #B5329C
Text Example
Text Example
White with #B5329C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5329C; }
p { color: rgb(181,50,156); }
H1.HeaderClassName
{
color: #B5329C;
}
.AnyTagClassName
{
color: #B5329C;
}
</style>
background-color css
<style>
a { background-color: #B5329C; }
a { background-color: rgb(181,50,156); }
div.DivClassName
{
background-color: #B5329C;
}
.BgClassName
{
background-color: #B5329C;
}
</style>
border-color css
<style>
span { border-color: #B5329C; }
span { border-color: rgb(181,50,156); }
td.TdClassName
{
border-color: #B5329C;
}
.TagClassName
{
border-color: #B5329C;
}
</style>