Shades of Medium Red Violet #B33F91
Tints of Medium Red Violet #B33F91
RGB
CMYK
RGB Variations
Color information
#B33F91 (or 0xB33F91) is known color: Medium Red Violet. HEX triplet: B3, 3F and 91. RGB value is (179,63,145). Sum of RGB (Red+Green+Blue) = 179+63+145=387 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.25% from 387); Green value is 63 (25% from 255 or 16.28% from 387); Blue value is 145 (57.03% from 255 or 37.47% from 387); Max value from RGB is 179 - color contains mainly: red. Hex color #B33F91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33F91 is #4CC06E. Grayscale: #6A6A6A. Windows color (decimal): -5029999 or 9519027. OLE color: 9519027.
HSL color Cylindrical-coordinate representation of color #B33F91: hue angle of 317.59º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B33F91 is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 63 | 145 | - |
| CMYK | 0 | 0.65 | 0.19 | 0.30 |
| HSL | 317.59º | 0.48% | 0.47% | - |
| HSV(B) | 317.59º | 0.65% | 0.7% | - |
| XYZ | 25.48 | 15.18 | 28.38 | - |
| YUV | 107.03 | 149.43 | 179.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 63 | 145 | 0 | 0.65 | 0.19 | 0.30 | 317.59 | 0.48 | 0.47 |
| Hex | B3 | 3F | 91 | 0 | 41 | 13 | 1E | 13E | 30 | 2F |
| Octal | 263 | 77 | 221 | 0 | 101 | 23 | 36 | 476 | 60 | 57 |
| Binary | 10110011 | 111111 | 10010001 | 0 | 1000001 | 10011 | 11110 | 100111110 | 110000 | 101111 |
Color Harmonies of #B33F91
Complementary color
Monochromatic Colors of #B33F91
Black with #B33F91
Text Example
Text Example
White with #B33F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33F91; }
p { color: rgb(179,63,145); }
H1.HeaderClassName
{
color: #B33F91;
}
.AnyTagClassName
{
color: #B33F91;
}
</style>
background-color css
<style>
a { background-color: #B33F91; }
a { background-color: rgb(179,63,145); }
div.DivClassName
{
background-color: #B33F91;
}
.BgClassName
{
background-color: #B33F91;
}
</style>
border-color css
<style>
span { border-color: #B33F91; }
span { border-color: rgb(179,63,145); }
td.TdClassName
{
border-color: #B33F91;
}
.TagClassName
{
border-color: #B33F91;
}
</style>