Shades of Medium Violet Red #B21D7E
Tints of Medium Violet Red #B21D7E
RGB
CMYK
RGB Variations
Color information
#B21D7E (or 0xB21D7E) is known color: Medium Violet Red. HEX triplet: B2, 1D and 7E. RGB value is (178,29,126). Sum of RGB (Red+Green+Blue) = 178+29+126=333 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.45% from 333); Green value is 29 (11.72% from 255 or 8.71% from 333); Blue value is 126 (49.61% from 255 or 37.84% from 333); Max value from RGB is 178 - color contains mainly: red. Hex color #B21D7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B21D7E is #4DE281. Grayscale: #545454. Windows color (decimal): -5104258 or 8265138. OLE color: 8265138.
HSL color Cylindrical-coordinate representation of color #B21D7E: hue angle of 320.94º 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 #B21D7E is Cyan = 0, Magento = 0.84, Yellow = 0.29 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 29 | 126 | - |
| CMYK | 0 | 0.84 | 0.29 | 0.30 |
| HSL | 320.94º | 0.72% | 0.41% | - |
| HSV(B) | 320.94º | 0.84% | 0.7% | - |
| XYZ | 22.57 | 11.85 | 20.84 | - |
| YUV | 84.61 | 151.36 | 194.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 29 | 126 | 0 | 0.84 | 0.29 | 0.30 | 320.94 | 0.72 | 0.41 |
| Hex | B2 | 1D | 7E | 0 | 54 | 1D | 1E | 141 | 48 | 29 |
| Octal | 262 | 35 | 176 | 0 | 124 | 35 | 36 | 501 | 110 | 51 |
| Binary | 10110010 | 11101 | 1111110 | 0 | 1010100 | 11101 | 11110 | 101000001 | 1001000 | 101001 |
Color Harmonies of #B21D7E
Complementary color
Monochromatic Colors of #B21D7E
Black with #B21D7E
Text Example
Text Example
White with #B21D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21D7E; }
p { color: rgb(178,29,126); }
H1.HeaderClassName
{
color: #B21D7E;
}
.AnyTagClassName
{
color: #B21D7E;
}
</style>
background-color css
<style>
a { background-color: #B21D7E; }
a { background-color: rgb(178,29,126); }
div.DivClassName
{
background-color: #B21D7E;
}
.BgClassName
{
background-color: #B21D7E;
}
</style>
border-color css
<style>
span { border-color: #B21D7E; }
span { border-color: rgb(178,29,126); }
td.TdClassName
{
border-color: #B21D7E;
}
.TagClassName
{
border-color: #B21D7E;
}
</style>