Shades of Medium Red Violet #B329A8
Tints of Medium Red Violet #B329A8
RGB
CMYK
RGB Variations
Color information
#B329A8 (or 0xB329A8) is known color: Medium Red Violet. HEX triplet: B3, 29 and A8. RGB value is (179,41,168). Sum of RGB (Red+Green+Blue) = 179+41+168=388 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.13% from 388); Green value is 41 (16.41% from 255 or 10.57% from 388); Blue value is 168 (66.02% from 255 or 43.30% from 388); Max value from RGB is 179 - color contains mainly: red. Hex color #B329A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B329A8 is #4CD657. Grayscale: #606060. Windows color (decimal): -5035608 or 11020723. OLE color: 11020723.
HSL color Cylindrical-coordinate representation of color #B329A8: hue angle of 304.78º 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 #B329A8 is Cyan = 0, Magento = 0.77, Yellow = 0.06 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 41 | 168 | - |
| CMYK | 0 | 0.77 | 0.06 | 0.30 |
| HSL | 304.78º | 0.63% | 0.43% | - |
| HSV(B) | 304.78º | 0.77% | 0.7% | - |
| XYZ | 26.45 | 14 | 38.35 | - |
| YUV | 96.74 | 168.22 | 186.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 41 | 168 | 0 | 0.77 | 0.06 | 0.30 | 304.78 | 0.63 | 0.43 |
| Hex | B3 | 29 | A8 | 0 | 4D | 6 | 1E | 131 | 3F | 2B |
| Octal | 263 | 51 | 250 | 0 | 115 | 6 | 36 | 461 | 77 | 53 |
| Binary | 10110011 | 101001 | 10101000 | 0 | 1001101 | 110 | 11110 | 100110001 | 111111 | 101011 |
Color Harmonies of #B329A8
Complementary color
Monochromatic Colors of #B329A8
Black with #B329A8
Text Example
Text Example
White with #B329A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B329A8; }
p { color: rgb(179,41,168); }
H1.HeaderClassName
{
color: #B329A8;
}
.AnyTagClassName
{
color: #B329A8;
}
</style>
background-color css
<style>
a { background-color: #B329A8; }
a { background-color: rgb(179,41,168); }
div.DivClassName
{
background-color: #B329A8;
}
.BgClassName
{
background-color: #B329A8;
}
</style>
border-color css
<style>
span { border-color: #B329A8; }
span { border-color: rgb(179,41,168); }
td.TdClassName
{
border-color: #B329A8;
}
.TagClassName
{
border-color: #B329A8;
}
</style>