Shades of Medium Red Violet #B33798
Tints of Medium Red Violet #B33798
RGB
CMYK
RGB Variations
Color information
#B33798 (or 0xB33798) is known color: Medium Red Violet. HEX triplet: B3, 37 and 98. RGB value is (179,55,152). Sum of RGB (Red+Green+Blue) = 179+55+152=386 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.37% from 386); Green value is 55 (21.88% from 255 or 14.25% from 386); Blue value is 152 (59.77% from 255 or 39.38% from 386); Max value from RGB is 179 - color contains mainly: red. Hex color #B33798 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33798 is #4CC867. Grayscale: #666666. Windows color (decimal): -5032040 or 9975731. OLE color: 9975731.
HSL color Cylindrical-coordinate representation of color #B33798: hue angle of 313.06º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B33798 is Cyan = 0, Magento = 0.69, Yellow = 0.15 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 55 | 152 | - |
| CMYK | 0 | 0.69 | 0.15 | 0.30 |
| HSL | 313.06º | 0.53% | 0.46% | - |
| HSV(B) | 313.06º | 0.69% | 0.7% | - |
| XYZ | 25.62 | 14.58 | 31.17 | - |
| YUV | 103.13 | 155.58 | 182.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 55 | 152 | 0 | 0.69 | 0.15 | 0.30 | 313.06 | 0.53 | 0.46 |
| Hex | B3 | 37 | 98 | 0 | 45 | F | 1E | 139 | 35 | 2E |
| Octal | 263 | 67 | 230 | 0 | 105 | 17 | 36 | 471 | 65 | 56 |
| Binary | 10110011 | 110111 | 10011000 | 0 | 1000101 | 1111 | 11110 | 100111001 | 110101 | 101110 |
Color Harmonies of #B33798
Complementary color
Monochromatic Colors of #B33798
Black with #B33798
Text Example
Text Example
White with #B33798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33798; }
p { color: rgb(179,55,152); }
H1.HeaderClassName
{
color: #B33798;
}
.AnyTagClassName
{
color: #B33798;
}
</style>
background-color css
<style>
a { background-color: #B33798; }
a { background-color: rgb(179,55,152); }
div.DivClassName
{
background-color: #B33798;
}
.BgClassName
{
background-color: #B33798;
}
</style>
border-color css
<style>
span { border-color: #B33798; }
span { border-color: rgb(179,55,152); }
td.TdClassName
{
border-color: #B33798;
}
.TagClassName
{
border-color: #B33798;
}
</style>