Shades of Medium Red Violet #B32C76
Tints of Medium Red Violet #B32C76
RGB
CMYK
RGB Variations
Color information
#B32C76 (or 0xB32C76) is known color: Medium Red Violet. HEX triplet: B3, 2C and 76. RGB value is (179,44,118). Sum of RGB (Red+Green+Blue) = 179+44+118=341 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.49% from 341); Green value is 44 (17.58% from 255 or 12.90% from 341); Blue value is 118 (46.48% from 255 or 34.60% from 341); Max value from RGB is 179 - color contains mainly: red. Hex color #B32C76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32C76 is #4CD389. Grayscale: #5C5C5C. Windows color (decimal): -5034890 or 7744691. OLE color: 7744691.
HSL color Cylindrical-coordinate representation of color #B32C76: hue angle of 327.11º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B32C76 is Cyan = 0, Magento = 0.75, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 44 | 118 | - |
| CMYK | 0 | 0.75 | 0.34 | 0.30 |
| HSL | 327.11º | 0.61% | 0.44% | - |
| HSV(B) | 327.11º | 0.75% | 0.7% | - |
| XYZ | 22.76 | 12.69 | 18.39 | - |
| YUV | 92.8 | 142.23 | 189.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 44 | 118 | 0 | 0.75 | 0.34 | 0.30 | 327.11 | 0.61 | 0.44 |
| Hex | B3 | 2C | 76 | 0 | 4B | 22 | 1E | 147 | 3D | 2C |
| Octal | 263 | 54 | 166 | 0 | 113 | 42 | 36 | 507 | 75 | 54 |
| Binary | 10110011 | 101100 | 1110110 | 0 | 1001011 | 100010 | 11110 | 101000111 | 111101 | 101100 |
Color Harmonies of #B32C76
Complementary color
Monochromatic Colors of #B32C76
Black with #B32C76
Text Example
Text Example
White with #B32C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32C76; }
p { color: rgb(179,44,118); }
H1.HeaderClassName
{
color: #B32C76;
}
.AnyTagClassName
{
color: #B32C76;
}
</style>
background-color css
<style>
a { background-color: #B32C76; }
a { background-color: rgb(179,44,118); }
div.DivClassName
{
background-color: #B32C76;
}
.BgClassName
{
background-color: #B32C76;
}
</style>
border-color css
<style>
span { border-color: #B32C76; }
span { border-color: rgb(179,44,118); }
td.TdClassName
{
border-color: #B32C76;
}
.TagClassName
{
border-color: #B32C76;
}
</style>