Shades of Medium Red Violet #B2377C
Tints of Medium Red Violet #B2377C
RGB
CMYK
RGB Variations
Color information
#B2377C (or 0xB2377C) is known color: Medium Red Violet. HEX triplet: B2, 37 and 7C. RGB value is (178,55,124). Sum of RGB (Red+Green+Blue) = 178+55+124=357 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.86% from 357); Green value is 55 (21.88% from 255 or 15.41% from 357); Blue value is 124 (48.83% from 255 or 34.73% from 357); Max value from RGB is 178 - color contains mainly: red. Hex color #B2377C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2377C is #4DC883. Grayscale: #636363. Windows color (decimal): -5097604 or 8140722. OLE color: 8140722.
HSL color Cylindrical-coordinate representation of color #B2377C: hue angle of 326.34º 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 #B2377C is Cyan = 0, Magento = 0.69, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 55 | 124 | - |
| CMYK | 0 | 0.69 | 0.30 | 0.30 |
| HSL | 326.34º | 0.53% | 0.46% | - |
| HSV(B) | 326.34º | 0.69% | 0.7% | - |
| XYZ | 23.36 | 13.65 | 20.47 | - |
| YUV | 99.64 | 141.75 | 183.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 55 | 124 | 0 | 0.69 | 0.30 | 0.30 | 326.34 | 0.53 | 0.46 |
| Hex | B2 | 37 | 7C | 0 | 45 | 1E | 1E | 146 | 35 | 2E |
| Octal | 262 | 67 | 174 | 0 | 105 | 36 | 36 | 506 | 65 | 56 |
| Binary | 10110010 | 110111 | 1111100 | 0 | 1000101 | 11110 | 11110 | 101000110 | 110101 | 101110 |
Color Harmonies of #B2377C
Complementary color
Monochromatic Colors of #B2377C
Black with #B2377C
Text Example
Text Example
White with #B2377C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2377C; }
p { color: rgb(178,55,124); }
H1.HeaderClassName
{
color: #B2377C;
}
.AnyTagClassName
{
color: #B2377C;
}
</style>
background-color css
<style>
a { background-color: #B2377C; }
a { background-color: rgb(178,55,124); }
div.DivClassName
{
background-color: #B2377C;
}
.BgClassName
{
background-color: #B2377C;
}
</style>
border-color css
<style>
span { border-color: #B2377C; }
span { border-color: rgb(178,55,124); }
td.TdClassName
{
border-color: #B2377C;
}
.TagClassName
{
border-color: #B2377C;
}
</style>