Shades of Medium Red Violet #B33675
Tints of Medium Red Violet #B33675
RGB
CMYK
RGB Variations
Color information
#B33675 (or 0xB33675) is known color: Medium Red Violet. HEX triplet: B3, 36 and 75. RGB value is (179,54,117). Sum of RGB (Red+Green+Blue) = 179+54+117=350 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.14% from 350); Green value is 54 (21.48% from 255 or 15.43% from 350); Blue value is 117 (46.09% from 255 or 33.43% from 350); Max value from RGB is 179 - color contains mainly: red. Hex color #B33675 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33675 is #4CC98A. Grayscale: #626262. Windows color (decimal): -5032331 or 7681715. OLE color: 7681715.
HSL color Cylindrical-coordinate representation of color #B33675: hue angle of 329.76º 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 #B33675 is Cyan = 0, Magento = 0.70, Yellow = 0.35 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 54 | 117 | - |
| CMYK | 0 | 0.70 | 0.35 | 0.30 |
| HSL | 329.76º | 0.54% | 0.46% | - |
| HSV(B) | 329.76º | 0.7% | 0.7% | - |
| XYZ | 23.12 | 13.51 | 18.22 | - |
| YUV | 98.56 | 138.41 | 185.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 54 | 117 | 0 | 0.70 | 0.35 | 0.30 | 329.76 | 0.54 | 0.46 |
| Hex | B3 | 36 | 75 | 0 | 46 | 23 | 1E | 14A | 36 | 2E |
| Octal | 263 | 66 | 165 | 0 | 106 | 43 | 36 | 512 | 66 | 56 |
| Binary | 10110011 | 110110 | 1110101 | 0 | 1000110 | 100011 | 11110 | 101001010 | 110110 | 101110 |
Color Harmonies of #B33675
Complementary color
Monochromatic Colors of #B33675
Black with #B33675
Text Example
Text Example
White with #B33675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33675; }
p { color: rgb(179,54,117); }
H1.HeaderClassName
{
color: #B33675;
}
.AnyTagClassName
{
color: #B33675;
}
</style>
background-color css
<style>
a { background-color: #B33675; }
a { background-color: rgb(179,54,117); }
div.DivClassName
{
background-color: #B33675;
}
.BgClassName
{
background-color: #B33675;
}
</style>
border-color css
<style>
span { border-color: #B33675; }
span { border-color: rgb(179,54,117); }
td.TdClassName
{
border-color: #B33675;
}
.TagClassName
{
border-color: #B33675;
}
</style>