Shades of Medium Violet Red #B21D89
Tints of Medium Violet Red #B21D89
RGB
CMYK
RGB Variations
Color information
#B21D89 (or 0xB21D89) is known color: Medium Violet Red. HEX triplet: B2, 1D and 89. RGB value is (178,29,137). Sum of RGB (Red+Green+Blue) = 178+29+137=344 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.74% from 344); Green value is 29 (11.72% from 255 or 8.43% from 344); Blue value is 137 (53.91% from 255 or 39.83% from 344); Max value from RGB is 178 - color contains mainly: red. Hex color #B21D89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B21D89 is #4DE276. Grayscale: #555555. Windows color (decimal): -5104247 or 8986034. OLE color: 8986034.
HSL color Cylindrical-coordinate representation of color #B21D89: hue angle of 316.51º 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 #B21D89 is Cyan = 0, Magento = 0.84, Yellow = 0.23 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 29 | 137 | - |
| CMYK | 0 | 0.84 | 0.23 | 0.30 |
| HSL | 316.51º | 0.72% | 0.41% | - |
| HSV(B) | 316.51º | 0.84% | 0.7% | - |
| XYZ | 23.31 | 12.15 | 24.78 | - |
| YUV | 85.86 | 156.86 | 193.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 29 | 137 | 0 | 0.84 | 0.23 | 0.30 | 316.51 | 0.72 | 0.41 |
| Hex | B2 | 1D | 89 | 0 | 54 | 17 | 1E | 13D | 48 | 29 |
| Octal | 262 | 35 | 211 | 0 | 124 | 27 | 36 | 475 | 110 | 51 |
| Binary | 10110010 | 11101 | 10001001 | 0 | 1010100 | 10111 | 11110 | 100111101 | 1001000 | 101001 |
Color Harmonies of #B21D89
Complementary color
Monochromatic Colors of #B21D89
Black with #B21D89
Text Example
Text Example
White with #B21D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21D89; }
p { color: rgb(178,29,137); }
H1.HeaderClassName
{
color: #B21D89;
}
.AnyTagClassName
{
color: #B21D89;
}
</style>
background-color css
<style>
a { background-color: #B21D89; }
a { background-color: rgb(178,29,137); }
div.DivClassName
{
background-color: #B21D89;
}
.BgClassName
{
background-color: #B21D89;
}
</style>
border-color css
<style>
span { border-color: #B21D89; }
span { border-color: rgb(178,29,137); }
td.TdClassName
{
border-color: #B21D89;
}
.TagClassName
{
border-color: #B21D89;
}
</style>