Shades of Medium Red Violet #B33696
Tints of Medium Red Violet #B33696
RGB
CMYK
RGB Variations
Color information
#B33696 (or 0xB33696) is known color: Medium Red Violet. HEX triplet: B3, 36 and 96. RGB value is (179,54,150). Sum of RGB (Red+Green+Blue) = 179+54+150=383 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.74% from 383); Green value is 54 (21.48% from 255 or 14.10% from 383); Blue value is 150 (58.98% from 255 or 39.16% from 383); Max value from RGB is 179 - color contains mainly: red. Hex color #B33696 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33696 is #4CC969. Grayscale: #666666. Windows color (decimal): -5032298 or 9844403. OLE color: 9844403.
HSL color Cylindrical-coordinate representation of color #B33696: hue angle of 313.92º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B33696 is Cyan = 0, Magento = 0.70, Yellow = 0.16 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 54 | 150 | - |
| CMYK | 0 | 0.70 | 0.16 | 0.30 |
| HSL | 313.92º | 0.54% | 0.46% | - |
| HSV(B) | 313.92º | 0.7% | 0.7% | - |
| XYZ | 25.41 | 14.42 | 30.3 | - |
| YUV | 102.32 | 154.91 | 182.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 54 | 150 | 0 | 0.70 | 0.16 | 0.30 | 313.92 | 0.54 | 0.46 |
| Hex | B3 | 36 | 96 | 0 | 46 | 10 | 1E | 13A | 36 | 2E |
| Octal | 263 | 66 | 226 | 0 | 106 | 20 | 36 | 472 | 66 | 56 |
| Binary | 10110011 | 110110 | 10010110 | 0 | 1000110 | 10000 | 11110 | 100111010 | 110110 | 101110 |
Color Harmonies of #B33696
Complementary color
Monochromatic Colors of #B33696
Black with #B33696
Text Example
Text Example
White with #B33696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33696; }
p { color: rgb(179,54,150); }
H1.HeaderClassName
{
color: #B33696;
}
.AnyTagClassName
{
color: #B33696;
}
</style>
background-color css
<style>
a { background-color: #B33696; }
a { background-color: rgb(179,54,150); }
div.DivClassName
{
background-color: #B33696;
}
.BgClassName
{
background-color: #B33696;
}
</style>
border-color css
<style>
span { border-color: #B33696; }
span { border-color: rgb(179,54,150); }
td.TdClassName
{
border-color: #B33696;
}
.TagClassName
{
border-color: #B33696;
}
</style>