Shades of Medium Red Violet #B33882
Tints of Medium Red Violet #B33882
RGB
CMYK
RGB Variations
Color information
#B33882 (or 0xB33882) is known color: Medium Red Violet. HEX triplet: B3, 38 and 82. RGB value is (179,56,130). Sum of RGB (Red+Green+Blue) = 179+56+130=365 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.04% from 365); Green value is 56 (22.27% from 255 or 15.34% from 365); Blue value is 130 (51.17% from 255 or 35.62% from 365); Max value from RGB is 179 - color contains mainly: red. Hex color #B33882 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33882 is #4CC77D. Grayscale: #656565. Windows color (decimal): -5031806 or 8534195. OLE color: 8534195.
HSL color Cylindrical-coordinate representation of color #B33882: hue angle of 323.9º 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 #B33882 is Cyan = 0, Magento = 0.69, Yellow = 0.27 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 56 | 130 | - |
| CMYK | 0 | 0.69 | 0.27 | 0.30 |
| HSL | 323.9º | 0.52% | 0.46% | - |
| HSV(B) | 323.9º | 0.69% | 0.7% | - |
| XYZ | 24.03 | 14.02 | 22.56 | - |
| YUV | 101.21 | 144.25 | 183.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 56 | 130 | 0 | 0.69 | 0.27 | 0.30 | 323.9 | 0.52 | 0.46 |
| Hex | B3 | 38 | 82 | 0 | 45 | 1B | 1E | 144 | 34 | 2E |
| Octal | 263 | 70 | 202 | 0 | 105 | 33 | 36 | 504 | 64 | 56 |
| Binary | 10110011 | 111000 | 10000010 | 0 | 1000101 | 11011 | 11110 | 101000100 | 110100 | 101110 |
Color Harmonies of #B33882
Complementary color
Monochromatic Colors of #B33882
Black with #B33882
Text Example
Text Example
White with #B33882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33882; }
p { color: rgb(179,56,130); }
H1.HeaderClassName
{
color: #B33882;
}
.AnyTagClassName
{
color: #B33882;
}
</style>
background-color css
<style>
a { background-color: #B33882; }
a { background-color: rgb(179,56,130); }
div.DivClassName
{
background-color: #B33882;
}
.BgClassName
{
background-color: #B33882;
}
</style>
border-color css
<style>
span { border-color: #B33882; }
span { border-color: rgb(179,56,130); }
td.TdClassName
{
border-color: #B33882;
}
.TagClassName
{
border-color: #B33882;
}
</style>