Shades of Medium Violet Red #B21D80
Tints of Medium Violet Red #B21D80
RGB
CMYK
RGB Variations
Color information
#B21D80 (or 0xB21D80) is known color: Medium Violet Red. HEX triplet: B2, 1D and 80. RGB value is (178,29,128). Sum of RGB (Red+Green+Blue) = 178+29+128=335 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.13% from 335); Green value is 29 (11.72% from 255 or 8.66% from 335); Blue value is 128 (50.39% from 255 or 38.21% from 335); Max value from RGB is 178 - color contains mainly: red. Hex color #B21D80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B21D80 is #4DE27F. Grayscale: #545454. Windows color (decimal): -5104256 or 8396210. OLE color: 8396210.
HSL color Cylindrical-coordinate representation of color #B21D80: hue angle of 320.13º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B21D80 is Cyan = 0, Magento = 0.84, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 29 | 128 | - |
| CMYK | 0 | 0.84 | 0.28 | 0.30 |
| HSL | 320.13º | 0.72% | 0.41% | - |
| HSV(B) | 320.13º | 0.84% | 0.7% | - |
| XYZ | 22.7 | 11.9 | 21.52 | - |
| YUV | 84.84 | 152.36 | 194.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 29 | 128 | 0 | 0.84 | 0.28 | 0.30 | 320.13 | 0.72 | 0.41 |
| Hex | B2 | 1D | 80 | 0 | 54 | 1C | 1E | 140 | 48 | 29 |
| Octal | 262 | 35 | 200 | 0 | 124 | 34 | 36 | 500 | 110 | 51 |
| Binary | 10110010 | 11101 | 10000000 | 0 | 1010100 | 11100 | 11110 | 101000000 | 1001000 | 101001 |
Color Harmonies of #B21D80
Complementary color
Monochromatic Colors of #B21D80
Black with #B21D80
Text Example
Text Example
White with #B21D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21D80; }
p { color: rgb(178,29,128); }
H1.HeaderClassName
{
color: #B21D80;
}
.AnyTagClassName
{
color: #B21D80;
}
</style>
background-color css
<style>
a { background-color: #B21D80; }
a { background-color: rgb(178,29,128); }
div.DivClassName
{
background-color: #B21D80;
}
.BgClassName
{
background-color: #B21D80;
}
</style>
border-color css
<style>
span { border-color: #B21D80; }
span { border-color: rgb(178,29,128); }
td.TdClassName
{
border-color: #B21D80;
}
.TagClassName
{
border-color: #B21D80;
}
</style>