Shades of Medium Red Violet #B32377
Tints of Medium Red Violet #B32377
RGB
CMYK
RGB Variations
Color information
#B32377 (or 0xB32377) is known color: Medium Red Violet. HEX triplet: B3, 23 and 77. RGB value is (179,35,119). Sum of RGB (Red+Green+Blue) = 179+35+119=333 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.75% from 333); Green value is 35 (14.06% from 255 or 10.51% from 333); Blue value is 119 (46.88% from 255 or 35.74% from 333); Max value from RGB is 179 - color contains mainly: red. Hex color #B32377 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32377 is #4CDC88. Grayscale: #575757. Windows color (decimal): -5037193 or 7807923. OLE color: 7807923.
HSL color Cylindrical-coordinate representation of color #B32377: hue angle of 325º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B32377 is Cyan = 0, Magento = 0.80, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 35 | 119 | - |
| CMYK | 0 | 0.80 | 0.34 | 0.30 |
| HSL | 325º | 0.67% | 0.42% | - |
| HSV(B) | 325º | 0.8% | 0.7% | - |
| XYZ | 22.52 | 12.12 | 18.6 | - |
| YUV | 87.63 | 145.71 | 193.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 35 | 119 | 0 | 0.80 | 0.34 | 0.30 | 325 | 0.67 | 0.42 |
| Hex | B3 | 23 | 77 | 0 | 50 | 22 | 1E | 145 | 43 | 2A |
| Octal | 263 | 43 | 167 | 0 | 120 | 42 | 36 | 505 | 103 | 52 |
| Binary | 10110011 | 100011 | 1110111 | 0 | 1010000 | 100010 | 11110 | 101000101 | 1000011 | 101010 |
Color Harmonies of #B32377
Complementary color
Monochromatic Colors of #B32377
Black with #B32377
Text Example
Text Example
White with #B32377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32377; }
p { color: rgb(179,35,119); }
H1.HeaderClassName
{
color: #B32377;
}
.AnyTagClassName
{
color: #B32377;
}
</style>
background-color css
<style>
a { background-color: #B32377; }
a { background-color: rgb(179,35,119); }
div.DivClassName
{
background-color: #B32377;
}
.BgClassName
{
background-color: #B32377;
}
</style>
border-color css
<style>
span { border-color: #B32377; }
span { border-color: rgb(179,35,119); }
td.TdClassName
{
border-color: #B32377;
}
.TagClassName
{
border-color: #B32377;
}
</style>