Shades of Medium Red Violet #B33682
Tints of Medium Red Violet #B33682
RGB
CMYK
RGB Variations
Color information
#B33682 (or 0xB33682) is known color: Medium Red Violet. HEX triplet: B3, 36 and 82. RGB value is (179,54,130). Sum of RGB (Red+Green+Blue) = 179+54+130=363 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.31% from 363); Green value is 54 (21.48% from 255 or 14.88% from 363); Blue value is 130 (51.17% from 255 or 35.81% from 363); Max value from RGB is 179 - color contains mainly: red. Hex color #B33682 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33682 is #4CC97D. Grayscale: #636363. Windows color (decimal): -5032318 or 8533683. OLE color: 8533683.
HSL color Cylindrical-coordinate representation of color #B33682: hue angle of 323.52º 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 #B33682 is Cyan = 0, Magento = 0.70, Yellow = 0.27 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 54 | 130 | - |
| CMYK | 0 | 0.70 | 0.27 | 0.30 |
| HSL | 323.52º | 0.54% | 0.46% | - |
| HSV(B) | 323.52º | 0.7% | 0.7% | - |
| XYZ | 23.94 | 13.83 | 22.53 | - |
| YUV | 100.04 | 144.91 | 184.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 54 | 130 | 0 | 0.70 | 0.27 | 0.30 | 323.52 | 0.54 | 0.46 |
| Hex | B3 | 36 | 82 | 0 | 46 | 1B | 1E | 144 | 36 | 2E |
| Octal | 263 | 66 | 202 | 0 | 106 | 33 | 36 | 504 | 66 | 56 |
| Binary | 10110011 | 110110 | 10000010 | 0 | 1000110 | 11011 | 11110 | 101000100 | 110110 | 101110 |
Color Harmonies of #B33682
Complementary color
Monochromatic Colors of #B33682
Black with #B33682
Text Example
Text Example
White with #B33682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33682; }
p { color: rgb(179,54,130); }
H1.HeaderClassName
{
color: #B33682;
}
.AnyTagClassName
{
color: #B33682;
}
</style>
background-color css
<style>
a { background-color: #B33682; }
a { background-color: rgb(179,54,130); }
div.DivClassName
{
background-color: #B33682;
}
.BgClassName
{
background-color: #B33682;
}
</style>
border-color css
<style>
span { border-color: #B33682; }
span { border-color: rgb(179,54,130); }
td.TdClassName
{
border-color: #B33682;
}
.TagClassName
{
border-color: #B33682;
}
</style>