Shades of Medium Red Violet #B32C74
Tints of Medium Red Violet #B32C74
RGB
CMYK
RGB Variations
Color information
#B32C74 (or 0xB32C74) is known color: Medium Red Violet. HEX triplet: B3, 2C and 74. RGB value is (179,44,116). Sum of RGB (Red+Green+Blue) = 179+44+116=339 (44% of max value = 765). Red value is 179 (70.31% from 255 or 52.80% from 339); Green value is 44 (17.58% from 255 or 12.98% from 339); Blue value is 116 (45.70% from 255 or 34.22% from 339); Max value from RGB is 179 - color contains mainly: red. Hex color #B32C74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32C74 is #4CD38B. Grayscale: #5C5C5C. Windows color (decimal): -5034892 or 7613619. OLE color: 7613619.
HSL color Cylindrical-coordinate representation of color #B32C74: hue angle of 328º 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 #B32C74 is Cyan = 0, Magento = 0.75, Yellow = 0.35 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 44 | 116 | - |
| CMYK | 0 | 0.75 | 0.35 | 0.30 |
| HSL | 328º | 0.61% | 0.44% | - |
| HSV(B) | 328º | 0.75% | 0.7% | - |
| XYZ | 22.64 | 12.65 | 17.77 | - |
| YUV | 92.57 | 141.23 | 189.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 44 | 116 | 0 | 0.75 | 0.35 | 0.30 | 328 | 0.61 | 0.44 |
| Hex | B3 | 2C | 74 | 0 | 4B | 23 | 1E | 148 | 3D | 2C |
| Octal | 263 | 54 | 164 | 0 | 113 | 43 | 36 | 510 | 75 | 54 |
| Binary | 10110011 | 101100 | 1110100 | 0 | 1001011 | 100011 | 11110 | 101001000 | 111101 | 101100 |
Color Harmonies of #B32C74
Complementary color
Monochromatic Colors of #B32C74
Black with #B32C74
Text Example
Text Example
White with #B32C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32C74; }
p { color: rgb(179,44,116); }
H1.HeaderClassName
{
color: #B32C74;
}
.AnyTagClassName
{
color: #B32C74;
}
</style>
background-color css
<style>
a { background-color: #B32C74; }
a { background-color: rgb(179,44,116); }
div.DivClassName
{
background-color: #B32C74;
}
.BgClassName
{
background-color: #B32C74;
}
</style>
border-color css
<style>
span { border-color: #B32C74; }
span { border-color: rgb(179,44,116); }
td.TdClassName
{
border-color: #B32C74;
}
.TagClassName
{
border-color: #B32C74;
}
</style>