Shades of Medium Red Violet #B0329F
Tints of Medium Red Violet #B0329F
RGB
CMYK
RGB Variations
Color information
#B0329F (or 0xB0329F) is known color: Medium Red Violet. HEX triplet: B0, 32 and 9F. RGB value is (176,50,159). Sum of RGB (Red+Green+Blue) = 176+50+159=385 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.71% from 385); Green value is 50 (19.92% from 255 or 12.99% from 385); Blue value is 159 (62.5% from 255 or 41.30% from 385); Max value from RGB is 176 - color contains mainly: red. Hex color #B0329F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0329F is #4FCD60. Grayscale: #636363. Windows color (decimal): -5229921 or 10433200. OLE color: 10433200.
HSL color Cylindrical-coordinate representation of color #B0329F: hue angle of 308.1º 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 #B0329F is Cyan = 0, Magento = 0.72, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 50 | 159 | - |
| CMYK | 0 | 0.72 | 0.10 | 0.31 |
| HSL | 308.1º | 0.56% | 0.44% | - |
| HSV(B) | 308.1º | 0.72% | 0.69% | - |
| XYZ | 25.3 | 14.01 | 34.17 | - |
| YUV | 100.1 | 161.24 | 182.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 50 | 159 | 0 | 0.72 | 0.10 | 0.31 | 308.1 | 0.56 | 0.44 |
| Hex | B0 | 32 | 9F | 0 | 48 | A | 1F | 134 | 38 | 2C |
| Octal | 260 | 62 | 237 | 0 | 110 | 12 | 37 | 464 | 70 | 54 |
| Binary | 10110000 | 110010 | 10011111 | 0 | 1001000 | 1010 | 11111 | 100110100 | 111000 | 101100 |
Color Harmonies of #B0329F
Complementary color
Monochromatic Colors of #B0329F
Black with #B0329F
Text Example
Text Example
White with #B0329F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0329F; }
p { color: rgb(176,50,159); }
H1.HeaderClassName
{
color: #B0329F;
}
.AnyTagClassName
{
color: #B0329F;
}
</style>
background-color css
<style>
a { background-color: #B0329F; }
a { background-color: rgb(176,50,159); }
div.DivClassName
{
background-color: #B0329F;
}
.BgClassName
{
background-color: #B0329F;
}
</style>
border-color css
<style>
span { border-color: #B0329F; }
span { border-color: rgb(176,50,159); }
td.TdClassName
{
border-color: #B0329F;
}
.TagClassName
{
border-color: #B0329F;
}
</style>