Shades of Medium Red Violet #B32C9B
Tints of Medium Red Violet #B32C9B
RGB
CMYK
RGB Variations
Color information
#B32C9B (or 0xB32C9B) is known color: Medium Red Violet. HEX triplet: B3, 2C and 9B. RGB value is (179,44,155). Sum of RGB (Red+Green+Blue) = 179+44+155=378 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.35% from 378); Green value is 44 (17.58% from 255 or 11.64% from 378); Blue value is 155 (60.94% from 255 or 41.01% from 378); Max value from RGB is 179 - color contains mainly: red. Hex color #B32C9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32C9B is #4CD364. Grayscale: #606060. Windows color (decimal): -5034853 or 10169523. OLE color: 10169523.
HSL color Cylindrical-coordinate representation of color #B32C9B: hue angle of 310.67º 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 #B32C9B is Cyan = 0, Magento = 0.75, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 44 | 155 | - |
| CMYK | 0 | 0.75 | 0.13 | 0.30 |
| HSL | 310.67º | 0.61% | 0.44% | - |
| HSV(B) | 310.67º | 0.75% | 0.7% | - |
| XYZ | 25.41 | 13.75 | 32.33 | - |
| YUV | 97.02 | 160.73 | 186.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 44 | 155 | 0 | 0.75 | 0.13 | 0.30 | 310.67 | 0.61 | 0.44 |
| Hex | B3 | 2C | 9B | 0 | 4B | D | 1E | 137 | 3D | 2C |
| Octal | 263 | 54 | 233 | 0 | 113 | 15 | 36 | 467 | 75 | 54 |
| Binary | 10110011 | 101100 | 10011011 | 0 | 1001011 | 1101 | 11110 | 100110111 | 111101 | 101100 |
Color Harmonies of #B32C9B
Complementary color
Monochromatic Colors of #B32C9B
Black with #B32C9B
Text Example
Text Example
White with #B32C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32C9B; }
p { color: rgb(179,44,155); }
H1.HeaderClassName
{
color: #B32C9B;
}
.AnyTagClassName
{
color: #B32C9B;
}
</style>
background-color css
<style>
a { background-color: #B32C9B; }
a { background-color: rgb(179,44,155); }
div.DivClassName
{
background-color: #B32C9B;
}
.BgClassName
{
background-color: #B32C9B;
}
</style>
border-color css
<style>
span { border-color: #B32C9B; }
span { border-color: rgb(179,44,155); }
td.TdClassName
{
border-color: #B32C9B;
}
.TagClassName
{
border-color: #B32C9B;
}
</style>