Shades of Medium Red Violet #B33197
Tints of Medium Red Violet #B33197
RGB
CMYK
RGB Variations
Color information
#B33197 (or 0xB33197) is known color: Medium Red Violet. HEX triplet: B3, 31 and 97. RGB value is (179,49,151). Sum of RGB (Red+Green+Blue) = 179+49+151=379 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.23% from 379); Green value is 49 (19.53% from 255 or 12.93% from 379); Blue value is 151 (59.38% from 255 or 39.84% from 379); Max value from RGB is 179 - color contains mainly: red. Hex color #B33197 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33197 is #4CCE68. Grayscale: #636363. Windows color (decimal): -5033577 or 9908659. OLE color: 9908659.
HSL color Cylindrical-coordinate representation of color #B33197: hue angle of 312.92º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B33197 is Cyan = 0, Magento = 0.73, Yellow = 0.16 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 49 | 151 | - |
| CMYK | 0 | 0.73 | 0.16 | 0.30 |
| HSL | 312.92º | 0.57% | 0.45% | - |
| HSV(B) | 312.92º | 0.73% | 0.7% | - |
| XYZ | 25.27 | 14.01 | 30.65 | - |
| YUV | 99.5 | 157.07 | 184.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 49 | 151 | 0 | 0.73 | 0.16 | 0.30 | 312.92 | 0.57 | 0.45 |
| Hex | B3 | 31 | 97 | 0 | 49 | 10 | 1E | 139 | 39 | 2D |
| Octal | 263 | 61 | 227 | 0 | 111 | 20 | 36 | 471 | 71 | 55 |
| Binary | 10110011 | 110001 | 10010111 | 0 | 1001001 | 10000 | 11110 | 100111001 | 111001 | 101101 |
Color Harmonies of #B33197
Complementary color
Monochromatic Colors of #B33197
Black with #B33197
Text Example
Text Example
White with #B33197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33197; }
p { color: rgb(179,49,151); }
H1.HeaderClassName
{
color: #B33197;
}
.AnyTagClassName
{
color: #B33197;
}
</style>
background-color css
<style>
a { background-color: #B33197; }
a { background-color: rgb(179,49,151); }
div.DivClassName
{
background-color: #B33197;
}
.BgClassName
{
background-color: #B33197;
}
</style>
border-color css
<style>
span { border-color: #B33197; }
span { border-color: rgb(179,49,151); }
td.TdClassName
{
border-color: #B33197;
}
.TagClassName
{
border-color: #B33197;
}
</style>