Shades of Medium Red Violet #B5329B
Tints of Medium Red Violet #B5329B
RGB
CMYK
RGB Variations
Color information
#B5329B (or 0xB5329B) is known color: Medium Red Violet. HEX triplet: B5, 32 and 9B. RGB value is (181,50,155). Sum of RGB (Red+Green+Blue) = 181+50+155=386 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.89% from 386); Green value is 50 (19.92% from 255 or 12.95% from 386); Blue value is 155 (60.94% from 255 or 40.16% from 386); Max value from RGB is 181 - color contains mainly: red. Hex color #B5329B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5329B is #4ACD64. Grayscale: #646464. Windows color (decimal): -4902245 or 10171061. OLE color: 10171061.
HSL color Cylindrical-coordinate representation of color #B5329B: hue angle of 311.91º 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 #B5329B is Cyan = 0, Magento = 0.72, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 50 | 155 | - |
| CMYK | 0 | 0.72 | 0.14 | 0.29 |
| HSL | 311.91º | 0.57% | 0.45% | - |
| HSV(B) | 311.91º | 0.72% | 0.71% | - |
| XYZ | 26.11 | 14.47 | 32.43 | - |
| YUV | 101.14 | 158.4 | 184.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 50 | 155 | 0 | 0.72 | 0.14 | 0.29 | 311.91 | 0.57 | 0.45 |
| Hex | B5 | 32 | 9B | 0 | 48 | E | 1D | 138 | 39 | 2D |
| Octal | 265 | 62 | 233 | 0 | 110 | 16 | 35 | 470 | 71 | 55 |
| Binary | 10110101 | 110010 | 10011011 | 0 | 1001000 | 1110 | 11101 | 100111000 | 111001 | 101101 |
Color Harmonies of #B5329B
Complementary color
Monochromatic Colors of #B5329B
Black with #B5329B
Text Example
Text Example
White with #B5329B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5329B; }
p { color: rgb(181,50,155); }
H1.HeaderClassName
{
color: #B5329B;
}
.AnyTagClassName
{
color: #B5329B;
}
</style>
background-color css
<style>
a { background-color: #B5329B; }
a { background-color: rgb(181,50,155); }
div.DivClassName
{
background-color: #B5329B;
}
.BgClassName
{
background-color: #B5329B;
}
</style>
border-color css
<style>
span { border-color: #B5329B; }
span { border-color: rgb(181,50,155); }
td.TdClassName
{
border-color: #B5329B;
}
.TagClassName
{
border-color: #B5329B;
}
</style>