Shades of Medium Red Violet #B33780
Tints of Medium Red Violet #B33780
RGB
CMYK
RGB Variations
Color information
#B33780 (or 0xB33780) is known color: Medium Red Violet. HEX triplet: B3, 37 and 80. RGB value is (179,55,128). Sum of RGB (Red+Green+Blue) = 179+55+128=362 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.45% from 362); Green value is 55 (21.88% from 255 or 15.19% from 362); Blue value is 128 (50.39% from 255 or 35.36% from 362); Max value from RGB is 179 - color contains mainly: red. Hex color #B33780 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33780 is #4CC87F. Grayscale: #646464. Windows color (decimal): -5032064 or 8402867. OLE color: 8402867.
HSL color Cylindrical-coordinate representation of color #B33780: hue angle of 324.68º 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 #B33780 is Cyan = 0, Magento = 0.69, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 55 | 128 | - |
| CMYK | 0 | 0.69 | 0.28 | 0.30 |
| HSL | 324.68º | 0.53% | 0.46% | - |
| HSV(B) | 324.68º | 0.69% | 0.7% | - |
| XYZ | 23.85 | 13.87 | 21.84 | - |
| YUV | 100.4 | 143.58 | 184.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 55 | 128 | 0 | 0.69 | 0.28 | 0.30 | 324.68 | 0.53 | 0.46 |
| Hex | B3 | 37 | 80 | 0 | 45 | 1C | 1E | 145 | 35 | 2E |
| Octal | 263 | 67 | 200 | 0 | 105 | 34 | 36 | 505 | 65 | 56 |
| Binary | 10110011 | 110111 | 10000000 | 0 | 1000101 | 11100 | 11110 | 101000101 | 110101 | 101110 |
Color Harmonies of #B33780
Complementary color
Monochromatic Colors of #B33780
Black with #B33780
Text Example
Text Example
White with #B33780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33780; }
p { color: rgb(179,55,128); }
H1.HeaderClassName
{
color: #B33780;
}
.AnyTagClassName
{
color: #B33780;
}
</style>
background-color css
<style>
a { background-color: #B33780; }
a { background-color: rgb(179,55,128); }
div.DivClassName
{
background-color: #B33780;
}
.BgClassName
{
background-color: #B33780;
}
</style>
border-color css
<style>
span { border-color: #B33780; }
span { border-color: rgb(179,55,128); }
td.TdClassName
{
border-color: #B33780;
}
.TagClassName
{
border-color: #B33780;
}
</style>