Shades of Medium Violet Red #B21E80
Tints of Medium Violet Red #B21E80
RGB
CMYK
RGB Variations
Color information
#B21E80 (or 0xB21E80) is known color: Medium Violet Red. HEX triplet: B2, 1E and 80. RGB value is (178,30,128). Sum of RGB (Red+Green+Blue) = 178+30+128=336 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.98% from 336); Green value is 30 (12.11% from 255 or 8.93% from 336); Blue value is 128 (50.39% from 255 or 38.10% from 336); Max value from RGB is 178 - color contains mainly: red. Hex color #B21E80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B21E80 is #4DE17F. Grayscale: #555555. Windows color (decimal): -5104000 or 8396466. OLE color: 8396466.
HSL color Cylindrical-coordinate representation of color #B21E80: hue angle of 320.27º 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 #B21E80 is Cyan = 0, Magento = 0.83, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 30 | 128 | - |
| CMYK | 0 | 0.83 | 0.28 | 0.30 |
| HSL | 320.27º | 0.71% | 0.41% | - |
| HSV(B) | 320.27º | 0.83% | 0.7% | - |
| XYZ | 22.72 | 11.95 | 21.53 | - |
| YUV | 85.42 | 152.03 | 194.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 30 | 128 | 0 | 0.83 | 0.28 | 0.30 | 320.27 | 0.71 | 0.41 |
| Hex | B2 | 1E | 80 | 0 | 53 | 1C | 1E | 140 | 47 | 29 |
| Octal | 262 | 36 | 200 | 0 | 123 | 34 | 36 | 500 | 107 | 51 |
| Binary | 10110010 | 11110 | 10000000 | 0 | 1010011 | 11100 | 11110 | 101000000 | 1000111 | 101001 |
Color Harmonies of #B21E80
Complementary color
Monochromatic Colors of #B21E80
Black with #B21E80
Text Example
Text Example
White with #B21E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21E80; }
p { color: rgb(178,30,128); }
H1.HeaderClassName
{
color: #B21E80;
}
.AnyTagClassName
{
color: #B21E80;
}
</style>
background-color css
<style>
a { background-color: #B21E80; }
a { background-color: rgb(178,30,128); }
div.DivClassName
{
background-color: #B21E80;
}
.BgClassName
{
background-color: #B21E80;
}
</style>
border-color css
<style>
span { border-color: #B21E80; }
span { border-color: rgb(178,30,128); }
td.TdClassName
{
border-color: #B21E80;
}
.TagClassName
{
border-color: #B21E80;
}
</style>