Shades of Medium Red Violet #B33895
Tints of Medium Red Violet #B33895
RGB
CMYK
RGB Variations
Color information
#B33895 (or 0xB33895) is known color: Medium Red Violet. HEX triplet: B3, 38 and 95. RGB value is (179,56,149). Sum of RGB (Red+Green+Blue) = 179+56+149=384 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.61% from 384); Green value is 56 (22.27% from 255 or 14.58% from 384); Blue value is 149 (58.59% from 255 or 38.80% from 384); Max value from RGB is 179 - color contains mainly: red. Hex color #B33895 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33895 is #4CC76A. Grayscale: #676767. Windows color (decimal): -5031787 or 9779379. OLE color: 9779379.
HSL color Cylindrical-coordinate representation of color #B33895: hue angle of 314.63º 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 #B33895 is Cyan = 0, Magento = 0.69, Yellow = 0.17 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 56 | 149 | - |
| CMYK | 0 | 0.69 | 0.17 | 0.30 |
| HSL | 314.63º | 0.52% | 0.46% | - |
| HSV(B) | 314.63º | 0.69% | 0.7% | - |
| XYZ | 25.43 | 14.58 | 29.91 | - |
| YUV | 103.38 | 153.75 | 181.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 56 | 149 | 0 | 0.69 | 0.17 | 0.30 | 314.63 | 0.52 | 0.46 |
| Hex | B3 | 38 | 95 | 0 | 45 | 11 | 1E | 13B | 34 | 2E |
| Octal | 263 | 70 | 225 | 0 | 105 | 21 | 36 | 473 | 64 | 56 |
| Binary | 10110011 | 111000 | 10010101 | 0 | 1000101 | 10001 | 11110 | 100111011 | 110100 | 101110 |
Color Harmonies of #B33895
Complementary color
Monochromatic Colors of #B33895
Black with #B33895
Text Example
Text Example
White with #B33895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33895; }
p { color: rgb(179,56,149); }
H1.HeaderClassName
{
color: #B33895;
}
.AnyTagClassName
{
color: #B33895;
}
</style>
background-color css
<style>
a { background-color: #B33895; }
a { background-color: rgb(179,56,149); }
div.DivClassName
{
background-color: #B33895;
}
.BgClassName
{
background-color: #B33895;
}
</style>
border-color css
<style>
span { border-color: #B33895; }
span { border-color: rgb(179,56,149); }
td.TdClassName
{
border-color: #B33895;
}
.TagClassName
{
border-color: #B33895;
}
</style>