Shades of Medium Red Violet #B33875
Tints of Medium Red Violet #B33875
RGB
CMYK
RGB Variations
Color information
#B33875 (or 0xB33875) is known color: Medium Red Violet. HEX triplet: B3, 38 and 75. RGB value is (179,56,117). Sum of RGB (Red+Green+Blue) = 179+56+117=352 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.85% from 352); Green value is 56 (22.27% from 255 or 15.91% from 352); Blue value is 117 (46.09% from 255 or 33.24% from 352); Max value from RGB is 179 - color contains mainly: red. Hex color #B33875 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33875 is #4CC78A. Grayscale: #636363. Windows color (decimal): -5031819 or 7682227. OLE color: 7682227.
HSL color Cylindrical-coordinate representation of color #B33875: hue angle of 330.24º degrees, saturation: 0.52, 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 #B33875 is Cyan = 0, Magento = 0.69, Yellow = 0.35 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 56 | 117 | - |
| CMYK | 0 | 0.69 | 0.35 | 0.30 |
| HSL | 330.24º | 0.52% | 0.46% | - |
| HSV(B) | 330.24º | 0.69% | 0.7% | - |
| XYZ | 23.22 | 13.7 | 18.25 | - |
| YUV | 99.73 | 137.75 | 184.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 56 | 117 | 0 | 0.69 | 0.35 | 0.30 | 330.24 | 0.52 | 0.46 |
| Hex | B3 | 38 | 75 | 0 | 45 | 23 | 1E | 14A | 34 | 2E |
| Octal | 263 | 70 | 165 | 0 | 105 | 43 | 36 | 512 | 64 | 56 |
| Binary | 10110011 | 111000 | 1110101 | 0 | 1000101 | 100011 | 11110 | 101001010 | 110100 | 101110 |
Color Harmonies of #B33875
Complementary color
Monochromatic Colors of #B33875
Black with #B33875
Text Example
Text Example
White with #B33875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33875; }
p { color: rgb(179,56,117); }
H1.HeaderClassName
{
color: #B33875;
}
.AnyTagClassName
{
color: #B33875;
}
</style>
background-color css
<style>
a { background-color: #B33875; }
a { background-color: rgb(179,56,117); }
div.DivClassName
{
background-color: #B33875;
}
.BgClassName
{
background-color: #B33875;
}
</style>
border-color css
<style>
span { border-color: #B33875; }
span { border-color: rgb(179,56,117); }
td.TdClassName
{
border-color: #B33875;
}
.TagClassName
{
border-color: #B33875;
}
</style>