Shades of Medium Violet Red #B21E88
Tints of Medium Violet Red #B21E88
RGB
CMYK
RGB Variations
Color information
#B21E88 (or 0xB21E88) is known color: Medium Violet Red. HEX triplet: B2, 1E and 88. RGB value is (178,30,136). Sum of RGB (Red+Green+Blue) = 178+30+136=344 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.74% from 344); Green value is 30 (12.11% from 255 or 8.72% from 344); Blue value is 136 (53.52% from 255 or 39.53% from 344); Max value from RGB is 178 - color contains mainly: red. Hex color #B21E88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B21E88 is #4DE177. Grayscale: #565656. Windows color (decimal): -5103992 or 8920754. OLE color: 8920754.
HSL color Cylindrical-coordinate representation of color #B21E88: hue angle of 317.03º 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 #B21E88 is Cyan = 0, Magento = 0.83, Yellow = 0.24 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 30 | 136 | - |
| CMYK | 0 | 0.83 | 0.24 | 0.30 |
| HSL | 317.03º | 0.71% | 0.41% | - |
| HSV(B) | 317.03º | 0.83% | 0.7% | - |
| XYZ | 23.27 | 12.17 | 24.42 | - |
| YUV | 86.34 | 156.03 | 193.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 30 | 136 | 0 | 0.83 | 0.24 | 0.30 | 317.03 | 0.71 | 0.41 |
| Hex | B2 | 1E | 88 | 0 | 53 | 18 | 1E | 13D | 47 | 29 |
| Octal | 262 | 36 | 210 | 0 | 123 | 30 | 36 | 475 | 107 | 51 |
| Binary | 10110010 | 11110 | 10001000 | 0 | 1010011 | 11000 | 11110 | 100111101 | 1000111 | 101001 |
Color Harmonies of #B21E88
Complementary color
Monochromatic Colors of #B21E88
Black with #B21E88
Text Example
Text Example
White with #B21E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21E88; }
p { color: rgb(178,30,136); }
H1.HeaderClassName
{
color: #B21E88;
}
.AnyTagClassName
{
color: #B21E88;
}
</style>
background-color css
<style>
a { background-color: #B21E88; }
a { background-color: rgb(178,30,136); }
div.DivClassName
{
background-color: #B21E88;
}
.BgClassName
{
background-color: #B21E88;
}
</style>
border-color css
<style>
span { border-color: #B21E88; }
span { border-color: rgb(178,30,136); }
td.TdClassName
{
border-color: #B21E88;
}
.TagClassName
{
border-color: #B21E88;
}
</style>