Shades of Medium Red Violet #B329A1
Tints of Medium Red Violet #B329A1
RGB
CMYK
RGB Variations
Color information
#B329A1 (or 0xB329A1) is known color: Medium Red Violet. HEX triplet: B3, 29 and A1. RGB value is (179,41,161). Sum of RGB (Red+Green+Blue) = 179+41+161=381 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.98% from 381); Green value is 41 (16.41% from 255 or 10.76% from 381); Blue value is 161 (63.28% from 255 or 42.26% from 381); Max value from RGB is 179 - color contains mainly: red. Hex color #B329A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B329A1 is #4CD65E. Grayscale: #5F5F5F. Windows color (decimal): -5035615 or 10561971. OLE color: 10561971.
HSL color Cylindrical-coordinate representation of color #B329A1: hue angle of 307.83º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B329A1 is Cyan = 0, Magento = 0.77, Yellow = 0.10 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 41 | 161 | - |
| CMYK | 0 | 0.77 | 0.10 | 0.30 |
| HSL | 307.83º | 0.63% | 0.43% | - |
| HSV(B) | 307.83º | 0.77% | 0.7% | - |
| XYZ | 25.82 | 13.74 | 35.01 | - |
| YUV | 95.94 | 164.72 | 187.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 41 | 161 | 0 | 0.77 | 0.10 | 0.30 | 307.83 | 0.63 | 0.43 |
| Hex | B3 | 29 | A1 | 0 | 4D | A | 1E | 134 | 3F | 2B |
| Octal | 263 | 51 | 241 | 0 | 115 | 12 | 36 | 464 | 77 | 53 |
| Binary | 10110011 | 101001 | 10100001 | 0 | 1001101 | 1010 | 11110 | 100110100 | 111111 | 101011 |
Color Harmonies of #B329A1
Complementary color
Monochromatic Colors of #B329A1
Black with #B329A1
Text Example
Text Example
White with #B329A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B329A1; }
p { color: rgb(179,41,161); }
H1.HeaderClassName
{
color: #B329A1;
}
.AnyTagClassName
{
color: #B329A1;
}
</style>
background-color css
<style>
a { background-color: #B329A1; }
a { background-color: rgb(179,41,161); }
div.DivClassName
{
background-color: #B329A1;
}
.BgClassName
{
background-color: #B329A1;
}
</style>
border-color css
<style>
span { border-color: #B329A1; }
span { border-color: rgb(179,41,161); }
td.TdClassName
{
border-color: #B329A1;
}
.TagClassName
{
border-color: #B329A1;
}
</style>