Shades of Medium Violet Red #B21E90
Tints of Medium Violet Red #B21E90
RGB
CMYK
RGB Variations
Color information
#B21E90 (or 0xB21E90) is known color: Medium Violet Red. HEX triplet: B2, 1E and 90. RGB value is (178,30,144). Sum of RGB (Red+Green+Blue) = 178+30+144=352 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.57% from 352); Green value is 30 (12.11% from 255 or 8.52% from 352); Blue value is 144 (56.64% from 255 or 40.91% from 352); Max value from RGB is 178 - color contains mainly: red. Hex color #B21E90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B21E90 is #4DE16F. Grayscale: #565656. Windows color (decimal): -5103984 or 9445042. OLE color: 9445042.
HSL color Cylindrical-coordinate representation of color #B21E90: hue angle of 313.78º 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 #B21E90 is Cyan = 0, Magento = 0.83, Yellow = 0.19 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 30 | 144 | - |
| CMYK | 0 | 0.83 | 0.19 | 0.30 |
| HSL | 313.78º | 0.71% | 0.41% | - |
| HSV(B) | 313.78º | 0.83% | 0.7% | - |
| XYZ | 23.86 | 12.41 | 27.52 | - |
| YUV | 87.25 | 160.03 | 192.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 30 | 144 | 0 | 0.83 | 0.19 | 0.30 | 313.78 | 0.71 | 0.41 |
| Hex | B2 | 1E | 90 | 0 | 53 | 13 | 1E | 13A | 47 | 29 |
| Octal | 262 | 36 | 220 | 0 | 123 | 23 | 36 | 472 | 107 | 51 |
| Binary | 10110010 | 11110 | 10010000 | 0 | 1010011 | 10011 | 11110 | 100111010 | 1000111 | 101001 |
Color Harmonies of #B21E90
Complementary color
Monochromatic Colors of #B21E90
Black with #B21E90
Text Example
Text Example
White with #B21E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21E90; }
p { color: rgb(178,30,144); }
H1.HeaderClassName
{
color: #B21E90;
}
.AnyTagClassName
{
color: #B21E90;
}
</style>
background-color css
<style>
a { background-color: #B21E90; }
a { background-color: rgb(178,30,144); }
div.DivClassName
{
background-color: #B21E90;
}
.BgClassName
{
background-color: #B21E90;
}
</style>
border-color css
<style>
span { border-color: #B21E90; }
span { border-color: rgb(178,30,144); }
td.TdClassName
{
border-color: #B21E90;
}
.TagClassName
{
border-color: #B21E90;
}
</style>