Shades of Medium Red Violet #B33191
Tints of Medium Red Violet #B33191
RGB
CMYK
RGB Variations
Color information
#B33191 (or 0xB33191) is known color: Medium Red Violet. HEX triplet: B3, 31 and 91. RGB value is (179,49,145). Sum of RGB (Red+Green+Blue) = 179+49+145=373 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.99% from 373); Green value is 49 (19.53% from 255 or 13.14% from 373); Blue value is 145 (57.03% from 255 or 38.87% from 373); Max value from RGB is 179 - color contains mainly: red. Hex color #B33191 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33191 is #4CCE6E. Grayscale: #626262. Windows color (decimal): -5033583 or 9515443. OLE color: 9515443.
HSL color Cylindrical-coordinate representation of color #B33191: hue angle of 315.69º 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 #B33191 is Cyan = 0, Magento = 0.73, Yellow = 0.19 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 49 | 145 | - |
| CMYK | 0 | 0.73 | 0.19 | 0.30 |
| HSL | 315.69º | 0.57% | 0.45% | - |
| HSV(B) | 315.69º | 0.73% | 0.7% | - |
| XYZ | 24.8 | 13.82 | 28.15 | - |
| YUV | 98.81 | 154.07 | 185.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 49 | 145 | 0 | 0.73 | 0.19 | 0.30 | 315.69 | 0.57 | 0.45 |
| Hex | B3 | 31 | 91 | 0 | 49 | 13 | 1E | 13C | 39 | 2D |
| Octal | 263 | 61 | 221 | 0 | 111 | 23 | 36 | 474 | 71 | 55 |
| Binary | 10110011 | 110001 | 10010001 | 0 | 1001001 | 10011 | 11110 | 100111100 | 111001 | 101101 |
Color Harmonies of #B33191
Complementary color
Monochromatic Colors of #B33191
Black with #B33191
Text Example
Text Example
White with #B33191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33191; }
p { color: rgb(179,49,145); }
H1.HeaderClassName
{
color: #B33191;
}
.AnyTagClassName
{
color: #B33191;
}
</style>
background-color css
<style>
a { background-color: #B33191; }
a { background-color: rgb(179,49,145); }
div.DivClassName
{
background-color: #B33191;
}
.BgClassName
{
background-color: #B33191;
}
</style>
border-color css
<style>
span { border-color: #B33191; }
span { border-color: rgb(179,49,145); }
td.TdClassName
{
border-color: #B33191;
}
.TagClassName
{
border-color: #B33191;
}
</style>