Shades of Medium Red Violet #B3377C
Tints of Medium Red Violet #B3377C
RGB
CMYK
RGB Variations
Color information
#B3377C (or 0xB3377C) is known color: Medium Red Violet. HEX triplet: B3, 37 and 7C. RGB value is (179,55,124). Sum of RGB (Red+Green+Blue) = 179+55+124=358 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50% from 358); Green value is 55 (21.88% from 255 or 15.36% from 358); Blue value is 124 (48.83% from 255 or 34.64% from 358); Max value from RGB is 179 - color contains mainly: red. Hex color #B3377C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3377C is #4CC883. Grayscale: #636363. Windows color (decimal): -5032068 or 8140723. OLE color: 8140723.
HSL color Cylindrical-coordinate representation of color #B3377C: hue angle of 326.61º 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 #B3377C is Cyan = 0, Magento = 0.69, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 55 | 124 | - |
| CMYK | 0 | 0.69 | 0.31 | 0.30 |
| HSL | 326.61º | 0.53% | 0.46% | - |
| HSV(B) | 326.61º | 0.69% | 0.7% | - |
| XYZ | 23.59 | 13.77 | 20.48 | - |
| YUV | 99.94 | 141.58 | 184.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 55 | 124 | 0 | 0.69 | 0.31 | 0.30 | 326.61 | 0.53 | 0.46 |
| Hex | B3 | 37 | 7C | 0 | 45 | 1F | 1E | 147 | 35 | 2E |
| Octal | 263 | 67 | 174 | 0 | 105 | 37 | 36 | 507 | 65 | 56 |
| Binary | 10110011 | 110111 | 1111100 | 0 | 1000101 | 11111 | 11110 | 101000111 | 110101 | 101110 |
Color Harmonies of #B3377C
Complementary color
Monochromatic Colors of #B3377C
Black with #B3377C
Text Example
Text Example
White with #B3377C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3377C; }
p { color: rgb(179,55,124); }
H1.HeaderClassName
{
color: #B3377C;
}
.AnyTagClassName
{
color: #B3377C;
}
</style>
background-color css
<style>
a { background-color: #B3377C; }
a { background-color: rgb(179,55,124); }
div.DivClassName
{
background-color: #B3377C;
}
.BgClassName
{
background-color: #B3377C;
}
</style>
border-color css
<style>
span { border-color: #B3377C; }
span { border-color: rgb(179,55,124); }
td.TdClassName
{
border-color: #B3377C;
}
.TagClassName
{
border-color: #B3377C;
}
</style>