Shades of Medium Red Violet #B33880
Tints of Medium Red Violet #B33880
RGB
CMYK
RGB Variations
Color information
#B33880 (or 0xB33880) is known color: Medium Red Violet. HEX triplet: B3, 38 and 80. RGB value is (179,56,128). Sum of RGB (Red+Green+Blue) = 179+56+128=363 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.31% from 363); Green value is 56 (22.27% from 255 or 15.43% from 363); Blue value is 128 (50.39% from 255 or 35.26% from 363); Max value from RGB is 179 - color contains mainly: red. Hex color #B33880 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33880 is #4CC77F. Grayscale: #646464. Windows color (decimal): -5031808 or 8403123. OLE color: 8403123.
HSL color Cylindrical-coordinate representation of color #B33880: hue angle of 324.88º 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 #B33880 is Cyan = 0, Magento = 0.69, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 56 | 128 | - |
| CMYK | 0 | 0.69 | 0.28 | 0.30 |
| HSL | 324.88º | 0.52% | 0.46% | - |
| HSV(B) | 324.88º | 0.69% | 0.7% | - |
| XYZ | 23.9 | 13.97 | 21.86 | - |
| YUV | 100.99 | 143.25 | 183.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 56 | 128 | 0 | 0.69 | 0.28 | 0.30 | 324.88 | 0.52 | 0.46 |
| Hex | B3 | 38 | 80 | 0 | 45 | 1C | 1E | 145 | 34 | 2E |
| Octal | 263 | 70 | 200 | 0 | 105 | 34 | 36 | 505 | 64 | 56 |
| Binary | 10110011 | 111000 | 10000000 | 0 | 1000101 | 11100 | 11110 | 101000101 | 110100 | 101110 |
Color Harmonies of #B33880
Complementary color
Monochromatic Colors of #B33880
Black with #B33880
Text Example
Text Example
White with #B33880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33880; }
p { color: rgb(179,56,128); }
H1.HeaderClassName
{
color: #B33880;
}
.AnyTagClassName
{
color: #B33880;
}
</style>
background-color css
<style>
a { background-color: #B33880; }
a { background-color: rgb(179,56,128); }
div.DivClassName
{
background-color: #B33880;
}
.BgClassName
{
background-color: #B33880;
}
</style>
border-color css
<style>
span { border-color: #B33880; }
span { border-color: rgb(179,56,128); }
td.TdClassName
{
border-color: #B33880;
}
.TagClassName
{
border-color: #B33880;
}
</style>