Shades of Medium Red Violet #B32B9C
Tints of Medium Red Violet #B32B9C
RGB
CMYK
RGB Variations
Color information
#B32B9C (or 0xB32B9C) is known color: Medium Red Violet. HEX triplet: B3, 2B and 9C. RGB value is (179,43,156). Sum of RGB (Red+Green+Blue) = 179+43+156=378 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.35% from 378); Green value is 43 (17.19% from 255 or 11.38% from 378); Blue value is 156 (61.33% from 255 or 41.27% from 378); Max value from RGB is 179 - color contains mainly: red. Hex color #B32B9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32B9C is #4CD463. Grayscale: #606060. Windows color (decimal): -5035108 or 10234803. OLE color: 10234803.
HSL color Cylindrical-coordinate representation of color #B32B9C: hue angle of 310.15º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B32B9C is Cyan = 0, Magento = 0.76, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 43 | 156 | - |
| CMYK | 0 | 0.76 | 0.13 | 0.30 |
| HSL | 310.15º | 0.61% | 0.44% | - |
| HSV(B) | 310.15º | 0.76% | 0.7% | - |
| XYZ | 25.46 | 13.71 | 32.76 | - |
| YUV | 96.55 | 161.56 | 186.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 43 | 156 | 0 | 0.76 | 0.13 | 0.30 | 310.15 | 0.61 | 0.44 |
| Hex | B3 | 2B | 9C | 0 | 4C | D | 1E | 136 | 3D | 2C |
| Octal | 263 | 53 | 234 | 0 | 114 | 15 | 36 | 466 | 75 | 54 |
| Binary | 10110011 | 101011 | 10011100 | 0 | 1001100 | 1101 | 11110 | 100110110 | 111101 | 101100 |
Color Harmonies of #B32B9C
Complementary color
Monochromatic Colors of #B32B9C
Black with #B32B9C
Text Example
Text Example
White with #B32B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32B9C; }
p { color: rgb(179,43,156); }
H1.HeaderClassName
{
color: #B32B9C;
}
.AnyTagClassName
{
color: #B32B9C;
}
</style>
background-color css
<style>
a { background-color: #B32B9C; }
a { background-color: rgb(179,43,156); }
div.DivClassName
{
background-color: #B32B9C;
}
.BgClassName
{
background-color: #B32B9C;
}
</style>
border-color css
<style>
span { border-color: #B32B9C; }
span { border-color: rgb(179,43,156); }
td.TdClassName
{
border-color: #B32B9C;
}
.TagClassName
{
border-color: #B32B9C;
}
</style>