Shades of Medium Red Violet #B0329C
Tints of Medium Red Violet #B0329C
RGB
CMYK
RGB Variations
Color information
#B0329C (or 0xB0329C) is known color: Medium Red Violet. HEX triplet: B0, 32 and 9C. RGB value is (176,50,156). Sum of RGB (Red+Green+Blue) = 176+50+156=382 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.07% from 382); Green value is 50 (19.92% from 255 or 13.09% from 382); Blue value is 156 (61.33% from 255 or 40.84% from 382); Max value from RGB is 176 - color contains mainly: red. Hex color #B0329C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0329C is #4FCD63. Grayscale: #636363. Windows color (decimal): -5229924 or 10236592. OLE color: 10236592.
HSL color Cylindrical-coordinate representation of color #B0329C: hue angle of 309.52º 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 #B0329C is Cyan = 0, Magento = 0.72, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 50 | 156 | - |
| CMYK | 0 | 0.72 | 0.11 | 0.31 |
| HSL | 309.52º | 0.56% | 0.44% | - |
| HSV(B) | 309.52º | 0.72% | 0.69% | - |
| XYZ | 25.05 | 13.91 | 32.82 | - |
| YUV | 99.76 | 159.74 | 182.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 50 | 156 | 0 | 0.72 | 0.11 | 0.31 | 309.52 | 0.56 | 0.44 |
| Hex | B0 | 32 | 9C | 0 | 48 | B | 1F | 136 | 38 | 2C |
| Octal | 260 | 62 | 234 | 0 | 110 | 13 | 37 | 466 | 70 | 54 |
| Binary | 10110000 | 110010 | 10011100 | 0 | 1001000 | 1011 | 11111 | 100110110 | 111000 | 101100 |
Color Harmonies of #B0329C
Complementary color
Monochromatic Colors of #B0329C
Black with #B0329C
Text Example
Text Example
White with #B0329C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0329C; }
p { color: rgb(176,50,156); }
H1.HeaderClassName
{
color: #B0329C;
}
.AnyTagClassName
{
color: #B0329C;
}
</style>
background-color css
<style>
a { background-color: #B0329C; }
a { background-color: rgb(176,50,156); }
div.DivClassName
{
background-color: #B0329C;
}
.BgClassName
{
background-color: #B0329C;
}
</style>
border-color css
<style>
span { border-color: #B0329C; }
span { border-color: rgb(176,50,156); }
td.TdClassName
{
border-color: #B0329C;
}
.TagClassName
{
border-color: #B0329C;
}
</style>