Shades of Medium Red Violet #B32997
Tints of Medium Red Violet #B32997
RGB
CMYK
RGB Variations
Color information
#B32997 (or 0xB32997) is known color: Medium Red Violet. HEX triplet: B3, 29 and 97. RGB value is (179,41,151). Sum of RGB (Red+Green+Blue) = 179+41+151=371 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.25% from 371); Green value is 41 (16.41% from 255 or 11.05% from 371); Blue value is 151 (59.38% from 255 or 40.70% from 371); Max value from RGB is 179 - color contains mainly: red. Hex color #B32997 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32997 is #4CD668. Grayscale: #5E5E5E. Windows color (decimal): -5035625 or 9906611. OLE color: 9906611.
HSL color Cylindrical-coordinate representation of color #B32997: hue angle of 312.17º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B32997 is Cyan = 0, Magento = 0.77, Yellow = 0.16 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 41 | 151 | - |
| CMYK | 0 | 0.77 | 0.16 | 0.30 |
| HSL | 312.17º | 0.63% | 0.43% | - |
| HSV(B) | 312.17º | 0.77% | 0.7% | - |
| XYZ | 24.97 | 13.4 | 30.55 | - |
| YUV | 94.8 | 159.72 | 188.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 41 | 151 | 0 | 0.77 | 0.16 | 0.30 | 312.17 | 0.63 | 0.43 |
| Hex | B3 | 29 | 97 | 0 | 4D | 10 | 1E | 138 | 3F | 2B |
| Octal | 263 | 51 | 227 | 0 | 115 | 20 | 36 | 470 | 77 | 53 |
| Binary | 10110011 | 101001 | 10010111 | 0 | 1001101 | 10000 | 11110 | 100111000 | 111111 | 101011 |
Color Harmonies of #B32997
Complementary color
Monochromatic Colors of #B32997
Black with #B32997
Text Example
Text Example
White with #B32997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32997; }
p { color: rgb(179,41,151); }
H1.HeaderClassName
{
color: #B32997;
}
.AnyTagClassName
{
color: #B32997;
}
</style>
background-color css
<style>
a { background-color: #B32997; }
a { background-color: rgb(179,41,151); }
div.DivClassName
{
background-color: #B32997;
}
.BgClassName
{
background-color: #B32997;
}
</style>
border-color css
<style>
span { border-color: #B32997; }
span { border-color: rgb(179,41,151); }
td.TdClassName
{
border-color: #B32997;
}
.TagClassName
{
border-color: #B32997;
}
</style>