Shades of Medium Red Violet #B33885
Tints of Medium Red Violet #B33885
RGB
CMYK
RGB Variations
Color information
#B33885 (or 0xB33885) is known color: Medium Red Violet. HEX triplet: B3, 38 and 85. RGB value is (179,56,133). Sum of RGB (Red+Green+Blue) = 179+56+133=368 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.64% from 368); Green value is 56 (22.27% from 255 or 15.22% from 368); Blue value is 133 (52.34% from 255 or 36.14% from 368); Max value from RGB is 179 - color contains mainly: red. Hex color #B33885 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33885 is #4CC77A. Grayscale: #656565. Windows color (decimal): -5031803 or 8730803. OLE color: 8730803.
HSL color Cylindrical-coordinate representation of color #B33885: hue angle of 322.44º 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 #B33885 is Cyan = 0, Magento = 0.69, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 56 | 133 | - |
| CMYK | 0 | 0.69 | 0.26 | 0.30 |
| HSL | 322.44º | 0.52% | 0.46% | - |
| HSV(B) | 322.44º | 0.69% | 0.7% | - |
| XYZ | 24.24 | 14.11 | 23.64 | - |
| YUV | 101.56 | 145.75 | 183.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 56 | 133 | 0 | 0.69 | 0.26 | 0.30 | 322.44 | 0.52 | 0.46 |
| Hex | B3 | 38 | 85 | 0 | 45 | 1A | 1E | 142 | 34 | 2E |
| Octal | 263 | 70 | 205 | 0 | 105 | 32 | 36 | 502 | 64 | 56 |
| Binary | 10110011 | 111000 | 10000101 | 0 | 1000101 | 11010 | 11110 | 101000010 | 110100 | 101110 |
Color Harmonies of #B33885
Complementary color
Monochromatic Colors of #B33885
Black with #B33885
Text Example
Text Example
White with #B33885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33885; }
p { color: rgb(179,56,133); }
H1.HeaderClassName
{
color: #B33885;
}
.AnyTagClassName
{
color: #B33885;
}
</style>
background-color css
<style>
a { background-color: #B33885; }
a { background-color: rgb(179,56,133); }
div.DivClassName
{
background-color: #B33885;
}
.BgClassName
{
background-color: #B33885;
}
</style>
border-color css
<style>
span { border-color: #B33885; }
span { border-color: rgb(179,56,133); }
td.TdClassName
{
border-color: #B33885;
}
.TagClassName
{
border-color: #B33885;
}
</style>