Shades of Medium Violet Red #B21D7D
Tints of Medium Violet Red #B21D7D
RGB
CMYK
RGB Variations
Color information
#B21D7D (or 0xB21D7D) is known color: Medium Violet Red. HEX triplet: B2, 1D and 7D. RGB value is (178,29,125). Sum of RGB (Red+Green+Blue) = 178+29+125=332 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.61% from 332); Green value is 29 (11.72% from 255 or 8.73% from 332); Blue value is 125 (49.22% from 255 or 37.65% from 332); Max value from RGB is 178 - color contains mainly: red. Hex color #B21D7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B21D7D is #4DE282. Grayscale: #545454. Windows color (decimal): -5104259 or 8199602. OLE color: 8199602.
HSL color Cylindrical-coordinate representation of color #B21D7D: hue angle of 321.34º 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 #B21D7D is Cyan = 0, Magento = 0.84, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 29 | 125 | - |
| CMYK | 0 | 0.84 | 0.30 | 0.30 |
| HSL | 321.34º | 0.72% | 0.41% | - |
| HSV(B) | 321.34º | 0.84% | 0.7% | - |
| XYZ | 22.5 | 11.82 | 20.5 | - |
| YUV | 84.5 | 150.86 | 194.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 29 | 125 | 0 | 0.84 | 0.30 | 0.30 | 321.34 | 0.72 | 0.41 |
| Hex | B2 | 1D | 7D | 0 | 54 | 1E | 1E | 141 | 48 | 29 |
| Octal | 262 | 35 | 175 | 0 | 124 | 36 | 36 | 501 | 110 | 51 |
| Binary | 10110010 | 11101 | 1111101 | 0 | 1010100 | 11110 | 11110 | 101000001 | 1001000 | 101001 |
Color Harmonies of #B21D7D
Complementary color
Monochromatic Colors of #B21D7D
Black with #B21D7D
Text Example
Text Example
White with #B21D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21D7D; }
p { color: rgb(178,29,125); }
H1.HeaderClassName
{
color: #B21D7D;
}
.AnyTagClassName
{
color: #B21D7D;
}
</style>
background-color css
<style>
a { background-color: #B21D7D; }
a { background-color: rgb(178,29,125); }
div.DivClassName
{
background-color: #B21D7D;
}
.BgClassName
{
background-color: #B21D7D;
}
</style>
border-color css
<style>
span { border-color: #B21D7D; }
span { border-color: rgb(178,29,125); }
td.TdClassName
{
border-color: #B21D7D;
}
.TagClassName
{
border-color: #B21D7D;
}
</style>