Shades of Medium Red Violet #B0329A
Tints of Medium Red Violet #B0329A
RGB
CMYK
RGB Variations
Color information
#B0329A (or 0xB0329A) is known color: Medium Red Violet. HEX triplet: B0, 32 and 9A. RGB value is (176,50,154). Sum of RGB (Red+Green+Blue) = 176+50+154=380 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.32% from 380); Green value is 50 (19.92% from 255 or 13.16% from 380); Blue value is 154 (60.55% from 255 or 40.53% from 380); Max value from RGB is 176 - color contains mainly: red. Hex color #B0329A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0329A is #4FCD65. Grayscale: #636363. Windows color (decimal): -5229926 or 10105520. OLE color: 10105520.
HSL color Cylindrical-coordinate representation of color #B0329A: hue angle of 310.48º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B0329A is Cyan = 0, Magento = 0.72, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 50 | 154 | - |
| CMYK | 0 | 0.72 | 0.12 | 0.31 |
| HSL | 310.48º | 0.56% | 0.44% | - |
| HSV(B) | 310.48º | 0.72% | 0.69% | - |
| XYZ | 24.88 | 13.84 | 31.93 | - |
| YUV | 99.53 | 158.74 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 50 | 154 | 0 | 0.72 | 0.12 | 0.31 | 310.48 | 0.56 | 0.44 |
| Hex | B0 | 32 | 9A | 0 | 48 | C | 1F | 136 | 38 | 2C |
| Octal | 260 | 62 | 232 | 0 | 110 | 14 | 37 | 466 | 70 | 54 |
| Binary | 10110000 | 110010 | 10011010 | 0 | 1001000 | 1100 | 11111 | 100110110 | 111000 | 101100 |
Color Harmonies of #B0329A
Complementary color
Monochromatic Colors of #B0329A
Black with #B0329A
Text Example
Text Example
White with #B0329A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0329A; }
p { color: rgb(176,50,154); }
H1.HeaderClassName
{
color: #B0329A;
}
.AnyTagClassName
{
color: #B0329A;
}
</style>
background-color css
<style>
a { background-color: #B0329A; }
a { background-color: rgb(176,50,154); }
div.DivClassName
{
background-color: #B0329A;
}
.BgClassName
{
background-color: #B0329A;
}
</style>
border-color css
<style>
span { border-color: #B0329A; }
span { border-color: rgb(176,50,154); }
td.TdClassName
{
border-color: #B0329A;
}
.TagClassName
{
border-color: #B0329A;
}
</style>