Shades of Medium Red Violet #B32C91
Tints of Medium Red Violet #B32C91
RGB
CMYK
RGB Variations
Color information
#B32C91 (or 0xB32C91) is known color: Medium Red Violet. HEX triplet: B3, 2C and 91. RGB value is (179,44,145). Sum of RGB (Red+Green+Blue) = 179+44+145=368 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.64% from 368); Green value is 44 (17.58% from 255 or 11.96% from 368); Blue value is 145 (57.03% from 255 or 39.40% from 368); Max value from RGB is 179 - color contains mainly: red. Hex color #B32C91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32C91 is #4CD36E. Grayscale: #5F5F5F. Windows color (decimal): -5034863 or 9514163. OLE color: 9514163.
HSL color Cylindrical-coordinate representation of color #B32C91: hue angle of 315.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 #B32C91 is Cyan = 0, Magento = 0.75, Yellow = 0.19 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 44 | 145 | - |
| CMYK | 0 | 0.75 | 0.19 | 0.30 |
| HSL | 315.11º | 0.61% | 0.44% | - |
| HSV(B) | 315.11º | 0.75% | 0.7% | - |
| XYZ | 24.6 | 13.43 | 28.08 | - |
| YUV | 95.88 | 155.73 | 187.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 44 | 145 | 0 | 0.75 | 0.19 | 0.30 | 315.11 | 0.61 | 0.44 |
| Hex | B3 | 2C | 91 | 0 | 4B | 13 | 1E | 13B | 3D | 2C |
| Octal | 263 | 54 | 221 | 0 | 113 | 23 | 36 | 473 | 75 | 54 |
| Binary | 10110011 | 101100 | 10010001 | 0 | 1001011 | 10011 | 11110 | 100111011 | 111101 | 101100 |
Color Harmonies of #B32C91
Complementary color
Monochromatic Colors of #B32C91
Black with #B32C91
Text Example
Text Example
White with #B32C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32C91; }
p { color: rgb(179,44,145); }
H1.HeaderClassName
{
color: #B32C91;
}
.AnyTagClassName
{
color: #B32C91;
}
</style>
background-color css
<style>
a { background-color: #B32C91; }
a { background-color: rgb(179,44,145); }
div.DivClassName
{
background-color: #B32C91;
}
.BgClassName
{
background-color: #B32C91;
}
</style>
border-color css
<style>
span { border-color: #B32C91; }
span { border-color: rgb(179,44,145); }
td.TdClassName
{
border-color: #B32C91;
}
.TagClassName
{
border-color: #B32C91;
}
</style>