Shades of Medium Red Violet #B32197
Tints of Medium Red Violet #B32197
RGB
CMYK
RGB Variations
Color information
#B32197 (or 0xB32197) is known color: Medium Red Violet. HEX triplet: B3, 21 and 97. RGB value is (179,33,151). Sum of RGB (Red+Green+Blue) = 179+33+151=363 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.31% from 363); Green value is 33 (13.28% from 255 or 9.09% from 363); Blue value is 151 (59.38% from 255 or 41.60% from 363); Max value from RGB is 179 - color contains mainly: red. Hex color #B32197 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32197 is #4CDE68. Grayscale: #595959. Windows color (decimal): -5037673 or 9904563. OLE color: 9904563.
HSL color Cylindrical-coordinate representation of color #B32197: hue angle of 311.51º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B32197 is Cyan = 0, Magento = 0.82, Yellow = 0.16 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 33 | 151 | - |
| CMYK | 0 | 0.82 | 0.16 | 0.30 |
| HSL | 311.51º | 0.69% | 0.42% | - |
| HSV(B) | 311.51º | 0.82% | 0.7% | - |
| XYZ | 24.72 | 12.91 | 30.47 | - |
| YUV | 90.11 | 162.37 | 191.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 33 | 151 | 0 | 0.82 | 0.16 | 0.30 | 311.51 | 0.69 | 0.42 |
| Hex | B3 | 21 | 97 | 0 | 52 | 10 | 1E | 138 | 45 | 2A |
| Octal | 263 | 41 | 227 | 0 | 122 | 20 | 36 | 470 | 105 | 52 |
| Binary | 10110011 | 100001 | 10010111 | 0 | 1010010 | 10000 | 11110 | 100111000 | 1000101 | 101010 |
Color Harmonies of #B32197
Complementary color
Monochromatic Colors of #B32197
Black with #B32197
Text Example
Text Example
White with #B32197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32197; }
p { color: rgb(179,33,151); }
H1.HeaderClassName
{
color: #B32197;
}
.AnyTagClassName
{
color: #B32197;
}
</style>
background-color css
<style>
a { background-color: #B32197; }
a { background-color: rgb(179,33,151); }
div.DivClassName
{
background-color: #B32197;
}
.BgClassName
{
background-color: #B32197;
}
</style>
border-color css
<style>
span { border-color: #B32197; }
span { border-color: rgb(179,33,151); }
td.TdClassName
{
border-color: #B32197;
}
.TagClassName
{
border-color: #B32197;
}
</style>