Shades of Medium Red Violet #B32B76
Tints of Medium Red Violet #B32B76
RGB
CMYK
RGB Variations
Color information
#B32B76 (or 0xB32B76) is known color: Medium Red Violet. HEX triplet: B3, 2B and 76. RGB value is (179,43,118). Sum of RGB (Red+Green+Blue) = 179+43+118=340 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.65% from 340); Green value is 43 (17.19% from 255 or 12.65% from 340); Blue value is 118 (46.48% from 255 or 34.71% from 340); Max value from RGB is 179 - color contains mainly: red. Hex color #B32B76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32B76 is #4CD489. Grayscale: #5C5C5C. Windows color (decimal): -5035146 or 7744435. OLE color: 7744435.
HSL color Cylindrical-coordinate representation of color #B32B76: hue angle of 326.91º 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 #B32B76 is Cyan = 0, Magento = 0.76, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 43 | 118 | - |
| CMYK | 0 | 0.76 | 0.34 | 0.30 |
| HSL | 326.91º | 0.61% | 0.44% | - |
| HSV(B) | 326.91º | 0.76% | 0.7% | - |
| XYZ | 22.72 | 12.62 | 18.38 | - |
| YUV | 92.21 | 142.56 | 189.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 43 | 118 | 0 | 0.76 | 0.34 | 0.30 | 326.91 | 0.61 | 0.44 |
| Hex | B3 | 2B | 76 | 0 | 4C | 22 | 1E | 147 | 3D | 2C |
| Octal | 263 | 53 | 166 | 0 | 114 | 42 | 36 | 507 | 75 | 54 |
| Binary | 10110011 | 101011 | 1110110 | 0 | 1001100 | 100010 | 11110 | 101000111 | 111101 | 101100 |
Color Harmonies of #B32B76
Complementary color
Monochromatic Colors of #B32B76
Black with #B32B76
Text Example
Text Example
White with #B32B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32B76; }
p { color: rgb(179,43,118); }
H1.HeaderClassName
{
color: #B32B76;
}
.AnyTagClassName
{
color: #B32B76;
}
</style>
background-color css
<style>
a { background-color: #B32B76; }
a { background-color: rgb(179,43,118); }
div.DivClassName
{
background-color: #B32B76;
}
.BgClassName
{
background-color: #B32B76;
}
</style>
border-color css
<style>
span { border-color: #B32B76; }
span { border-color: rgb(179,43,118); }
td.TdClassName
{
border-color: #B32B76;
}
.TagClassName
{
border-color: #B32B76;
}
</style>