Shades of Medium Violet Red #B21E91
Tints of Medium Violet Red #B21E91
RGB
CMYK
RGB Variations
Color information
#B21E91 (or 0xB21E91) is known color: Medium Violet Red. HEX triplet: B2, 1E and 91. RGB value is (178,30,145). Sum of RGB (Red+Green+Blue) = 178+30+145=353 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.42% from 353); Green value is 30 (12.11% from 255 or 8.50% from 353); Blue value is 145 (57.03% from 255 or 41.08% from 353); Max value from RGB is 178 - color contains mainly: red. Hex color #B21E91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B21E91 is #4DE16E. Grayscale: #575757. Windows color (decimal): -5103983 or 9510578. OLE color: 9510578.
HSL color Cylindrical-coordinate representation of color #B21E91: hue angle of 313.38º 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 #B21E91 is Cyan = 0, Magento = 0.83, Yellow = 0.19 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 30 | 145 | - |
| CMYK | 0 | 0.83 | 0.19 | 0.30 |
| HSL | 313.38º | 0.71% | 0.41% | - |
| HSV(B) | 313.38º | 0.83% | 0.7% | - |
| XYZ | 23.94 | 12.44 | 27.93 | - |
| YUV | 87.36 | 160.53 | 192.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 30 | 145 | 0 | 0.83 | 0.19 | 0.30 | 313.38 | 0.71 | 0.41 |
| Hex | B2 | 1E | 91 | 0 | 53 | 13 | 1E | 139 | 47 | 29 |
| Octal | 262 | 36 | 221 | 0 | 123 | 23 | 36 | 471 | 107 | 51 |
| Binary | 10110010 | 11110 | 10010001 | 0 | 1010011 | 10011 | 11110 | 100111001 | 1000111 | 101001 |
Color Harmonies of #B21E91
Complementary color
Monochromatic Colors of #B21E91
Black with #B21E91
Text Example
Text Example
White with #B21E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21E91; }
p { color: rgb(178,30,145); }
H1.HeaderClassName
{
color: #B21E91;
}
.AnyTagClassName
{
color: #B21E91;
}
</style>
background-color css
<style>
a { background-color: #B21E91; }
a { background-color: rgb(178,30,145); }
div.DivClassName
{
background-color: #B21E91;
}
.BgClassName
{
background-color: #B21E91;
}
</style>
border-color css
<style>
span { border-color: #B21E91; }
span { border-color: rgb(178,30,145); }
td.TdClassName
{
border-color: #B21E91;
}
.TagClassName
{
border-color: #B21E91;
}
</style>