Shades of Medium Red Violet #B33C80
Tints of Medium Red Violet #B33C80
RGB
CMYK
RGB Variations
Color information
#B33C80 (or 0xB33C80) is known color: Medium Red Violet. HEX triplet: B3, 3C and 80. RGB value is (179,60,128). Sum of RGB (Red+Green+Blue) = 179+60+128=367 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.77% from 367); Green value is 60 (23.83% from 255 or 16.35% from 367); Blue value is 128 (50.39% from 255 or 34.88% from 367); Max value from RGB is 179 - color contains mainly: red. Hex color #B33C80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33C80 is #4CC37F. Grayscale: #676767. Windows color (decimal): -5030784 or 8404147. OLE color: 8404147.
HSL color Cylindrical-coordinate representation of color #B33C80: hue angle of 325.71º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B33C80 is Cyan = 0, Magento = 0.66, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 60 | 128 | - |
| CMYK | 0 | 0.66 | 0.28 | 0.30 |
| HSL | 325.71º | 0.5% | 0.47% | - |
| HSV(B) | 325.71º | 0.66% | 0.7% | - |
| XYZ | 24.1 | 14.37 | 21.93 | - |
| YUV | 103.33 | 141.92 | 181.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 60 | 128 | 0 | 0.66 | 0.28 | 0.30 | 325.71 | 0.5 | 0.47 |
| Hex | B3 | 3C | 80 | 0 | 42 | 1C | 1E | 146 | 32 | 2F |
| Octal | 263 | 74 | 200 | 0 | 102 | 34 | 36 | 506 | 62 | 57 |
| Binary | 10110011 | 111100 | 10000000 | 0 | 1000010 | 11100 | 11110 | 101000110 | 110010 | 101111 |
Color Harmonies of #B33C80
Complementary color
Monochromatic Colors of #B33C80
Black with #B33C80
Text Example
Text Example
White with #B33C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33C80; }
p { color: rgb(179,60,128); }
H1.HeaderClassName
{
color: #B33C80;
}
.AnyTagClassName
{
color: #B33C80;
}
</style>
background-color css
<style>
a { background-color: #B33C80; }
a { background-color: rgb(179,60,128); }
div.DivClassName
{
background-color: #B33C80;
}
.BgClassName
{
background-color: #B33C80;
}
</style>
border-color css
<style>
span { border-color: #B33C80; }
span { border-color: rgb(179,60,128); }
td.TdClassName
{
border-color: #B33C80;
}
.TagClassName
{
border-color: #B33C80;
}
</style>