Shades of Medium Red Violet #B4329A
Tints of Medium Red Violet #B4329A
RGB
CMYK
RGB Variations
Color information
#B4329A (or 0xB4329A) is known color: Medium Red Violet. HEX triplet: B4, 32 and 9A. RGB value is (180,50,154). Sum of RGB (Red+Green+Blue) = 180+50+154=384 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.88% from 384); Green value is 50 (19.92% from 255 or 13.02% from 384); Blue value is 154 (60.55% from 255 or 40.10% from 384); Max value from RGB is 180 - color contains mainly: red. Hex color #B4329A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4329A is #4BCD65. Grayscale: #646464. Windows color (decimal): -4967782 or 10105524. OLE color: 10105524.
HSL color Cylindrical-coordinate representation of color #B4329A: hue angle of 312º 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 #B4329A is Cyan = 0, Magento = 0.72, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 50 | 154 | - |
| CMYK | 0 | 0.72 | 0.14 | 0.29 |
| HSL | 312º | 0.57% | 0.45% | - |
| HSV(B) | 312º | 0.72% | 0.71% | - |
| XYZ | 25.8 | 14.32 | 31.98 | - |
| YUV | 100.73 | 158.07 | 184.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 50 | 154 | 0 | 0.72 | 0.14 | 0.29 | 312 | 0.57 | 0.45 |
| Hex | B4 | 32 | 9A | 0 | 48 | E | 1D | 138 | 39 | 2D |
| Octal | 264 | 62 | 232 | 0 | 110 | 16 | 35 | 470 | 71 | 55 |
| Binary | 10110100 | 110010 | 10011010 | 0 | 1001000 | 1110 | 11101 | 100111000 | 111001 | 101101 |
Color Harmonies of #B4329A
Complementary color
Monochromatic Colors of #B4329A
Black with #B4329A
Text Example
Text Example
White with #B4329A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4329A; }
p { color: rgb(180,50,154); }
H1.HeaderClassName
{
color: #B4329A;
}
.AnyTagClassName
{
color: #B4329A;
}
</style>
background-color css
<style>
a { background-color: #B4329A; }
a { background-color: rgb(180,50,154); }
div.DivClassName
{
background-color: #B4329A;
}
.BgClassName
{
background-color: #B4329A;
}
</style>
border-color css
<style>
span { border-color: #B4329A; }
span { border-color: rgb(180,50,154); }
td.TdClassName
{
border-color: #B4329A;
}
.TagClassName
{
border-color: #B4329A;
}
</style>