Shades of Medium Red Violet #B33786
Tints of Medium Red Violet #B33786
RGB
CMYK
RGB Variations
Color information
#B33786 (or 0xB33786) is known color: Medium Red Violet. HEX triplet: B3, 37 and 86. RGB value is (179,55,134). Sum of RGB (Red+Green+Blue) = 179+55+134=368 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.64% from 368); Green value is 55 (21.88% from 255 or 14.95% from 368); Blue value is 134 (52.73% from 255 or 36.41% from 368); Max value from RGB is 179 - color contains mainly: red. Hex color #B33786 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33786 is #4CC879. Grayscale: #646464. Windows color (decimal): -5032058 or 8796083. OLE color: 8796083.
HSL color Cylindrical-coordinate representation of color #B33786: hue angle of 321.77º 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 #B33786 is Cyan = 0, Magento = 0.69, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 55 | 134 | - |
| CMYK | 0 | 0.69 | 0.25 | 0.30 |
| HSL | 321.77º | 0.53% | 0.46% | - |
| HSV(B) | 321.77º | 0.69% | 0.7% | - |
| XYZ | 24.26 | 14.04 | 23.99 | - |
| YUV | 101.08 | 146.58 | 183.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 55 | 134 | 0 | 0.69 | 0.25 | 0.30 | 321.77 | 0.53 | 0.46 |
| Hex | B3 | 37 | 86 | 0 | 45 | 19 | 1E | 142 | 35 | 2E |
| Octal | 263 | 67 | 206 | 0 | 105 | 31 | 36 | 502 | 65 | 56 |
| Binary | 10110011 | 110111 | 10000110 | 0 | 1000101 | 11001 | 11110 | 101000010 | 110101 | 101110 |
Color Harmonies of #B33786
Complementary color
Monochromatic Colors of #B33786
Black with #B33786
Text Example
Text Example
White with #B33786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33786; }
p { color: rgb(179,55,134); }
H1.HeaderClassName
{
color: #B33786;
}
.AnyTagClassName
{
color: #B33786;
}
</style>
background-color css
<style>
a { background-color: #B33786; }
a { background-color: rgb(179,55,134); }
div.DivClassName
{
background-color: #B33786;
}
.BgClassName
{
background-color: #B33786;
}
</style>
border-color css
<style>
span { border-color: #B33786; }
span { border-color: rgb(179,55,134); }
td.TdClassName
{
border-color: #B33786;
}
.TagClassName
{
border-color: #B33786;
}
</style>