Shades of Medium Red Violet #B21E77
Tints of Medium Red Violet #B21E77
RGB
CMYK
RGB Variations
Color information
#B21E77 (or 0xB21E77) is known color: Medium Red Violet. HEX triplet: B2, 1E and 77. RGB value is (178,30,119). Sum of RGB (Red+Green+Blue) = 178+30+119=327 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.43% from 327); Green value is 30 (12.11% from 255 or 9.17% from 327); Blue value is 119 (46.88% from 255 or 36.39% from 327); Max value from RGB is 178 - color contains mainly: red. Hex color #B21E77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B21E77 is #4DE188. Grayscale: #545454. Windows color (decimal): -5104009 or 7806642. OLE color: 7806642.
HSL color Cylindrical-coordinate representation of color #B21E77: hue angle of 323.92º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B21E77 is Cyan = 0, Magento = 0.83, Yellow = 0.33 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 30 | 119 | - |
| CMYK | 0 | 0.83 | 0.33 | 0.30 |
| HSL | 323.92º | 0.71% | 0.41% | - |
| HSV(B) | 323.92º | 0.83% | 0.7% | - |
| XYZ | 22.15 | 11.73 | 18.55 | - |
| YUV | 84.4 | 147.53 | 194.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 30 | 119 | 0 | 0.83 | 0.33 | 0.30 | 323.92 | 0.71 | 0.41 |
| Hex | B2 | 1E | 77 | 0 | 53 | 21 | 1E | 144 | 47 | 29 |
| Octal | 262 | 36 | 167 | 0 | 123 | 41 | 36 | 504 | 107 | 51 |
| Binary | 10110010 | 11110 | 1110111 | 0 | 1010011 | 100001 | 11110 | 101000100 | 1000111 | 101001 |
Color Harmonies of #B21E77
Complementary color
Monochromatic Colors of #B21E77
Black with #B21E77
Text Example
Text Example
White with #B21E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21E77; }
p { color: rgb(178,30,119); }
H1.HeaderClassName
{
color: #B21E77;
}
.AnyTagClassName
{
color: #B21E77;
}
</style>
background-color css
<style>
a { background-color: #B21E77; }
a { background-color: rgb(178,30,119); }
div.DivClassName
{
background-color: #B21E77;
}
.BgClassName
{
background-color: #B21E77;
}
</style>
border-color css
<style>
span { border-color: #B21E77; }
span { border-color: rgb(178,30,119); }
td.TdClassName
{
border-color: #B21E77;
}
.TagClassName
{
border-color: #B21E77;
}
</style>