Shades of Medium Red Violet #B33A91
Tints of Medium Red Violet #B33A91
RGB
CMYK
RGB Variations
Color information
#B33A91 (or 0xB33A91) is known color: Medium Red Violet. HEX triplet: B3, 3A and 91. RGB value is (179,58,145). Sum of RGB (Red+Green+Blue) = 179+58+145=382 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.86% from 382); Green value is 58 (23.05% from 255 or 15.18% from 382); Blue value is 145 (57.03% from 255 or 37.96% from 382); Max value from RGB is 179 - color contains mainly: red. Hex color #B33A91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33A91 is #4CC56E. Grayscale: #676767. Windows color (decimal): -5031279 or 9517747. OLE color: 9517747.
HSL color Cylindrical-coordinate representation of color #B33A91: hue angle of 316.86º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B33A91 is Cyan = 0, Magento = 0.68, Yellow = 0.19 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 58 | 145 | - |
| CMYK | 0 | 0.68 | 0.19 | 0.30 |
| HSL | 316.86º | 0.51% | 0.46% | - |
| HSV(B) | 316.86º | 0.68% | 0.7% | - |
| XYZ | 25.21 | 14.65 | 28.29 | - |
| YUV | 104.1 | 151.09 | 181.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 58 | 145 | 0 | 0.68 | 0.19 | 0.30 | 316.86 | 0.51 | 0.46 |
| Hex | B3 | 3A | 91 | 0 | 44 | 13 | 1E | 13D | 33 | 2E |
| Octal | 263 | 72 | 221 | 0 | 104 | 23 | 36 | 475 | 63 | 56 |
| Binary | 10110011 | 111010 | 10010001 | 0 | 1000100 | 10011 | 11110 | 100111101 | 110011 | 101110 |
Color Harmonies of #B33A91
Complementary color
Monochromatic Colors of #B33A91
Black with #B33A91
Text Example
Text Example
White with #B33A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33A91; }
p { color: rgb(179,58,145); }
H1.HeaderClassName
{
color: #B33A91;
}
.AnyTagClassName
{
color: #B33A91;
}
</style>
background-color css
<style>
a { background-color: #B33A91; }
a { background-color: rgb(179,58,145); }
div.DivClassName
{
background-color: #B33A91;
}
.BgClassName
{
background-color: #B33A91;
}
</style>
border-color css
<style>
span { border-color: #B33A91; }
span { border-color: rgb(179,58,145); }
td.TdClassName
{
border-color: #B33A91;
}
.TagClassName
{
border-color: #B33A91;
}
</style>