Shades of Medium Violet Red #B21EA5
Tints of Medium Violet Red #B21EA5
RGB
CMYK
RGB Variations
Color information
#B21EA5 (or 0xB21EA5) is known color: Medium Violet Red. HEX triplet: B2, 1E and A5. RGB value is (178,30,165). Sum of RGB (Red+Green+Blue) = 178+30+165=373 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.72% from 373); Green value is 30 (12.11% from 255 or 8.04% from 373); Blue value is 165 (64.84% from 255 or 44.24% from 373); Max value from RGB is 178 - color contains mainly: red. Hex color #B21EA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B21EA5 is #4DE15A. Grayscale: #595959. Windows color (decimal): -5103963 or 10821298. OLE color: 10821298.
HSL color Cylindrical-coordinate representation of color #B21EA5: hue angle of 305.27º 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 #B21EA5 is Cyan = 0, Magento = 0.83, Yellow = 0.07 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 30 | 165 | - |
| CMYK | 0 | 0.83 | 0.07 | 0.30 |
| HSL | 305.27º | 0.71% | 0.41% | - |
| HSV(B) | 305.27º | 0.83% | 0.7% | - |
| XYZ | 25.62 | 13.11 | 36.78 | - |
| YUV | 89.64 | 170.53 | 191.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 30 | 165 | 0 | 0.83 | 0.07 | 0.30 | 305.27 | 0.71 | 0.41 |
| Hex | B2 | 1E | A5 | 0 | 53 | 7 | 1E | 131 | 47 | 29 |
| Octal | 262 | 36 | 245 | 0 | 123 | 7 | 36 | 461 | 107 | 51 |
| Binary | 10110010 | 11110 | 10100101 | 0 | 1010011 | 111 | 11110 | 100110001 | 1000111 | 101001 |
Color Harmonies of #B21EA5
Complementary color
Monochromatic Colors of #B21EA5
Black with #B21EA5
Text Example
Text Example
White with #B21EA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21EA5; }
p { color: rgb(178,30,165); }
H1.HeaderClassName
{
color: #B21EA5;
}
.AnyTagClassName
{
color: #B21EA5;
}
</style>
background-color css
<style>
a { background-color: #B21EA5; }
a { background-color: rgb(178,30,165); }
div.DivClassName
{
background-color: #B21EA5;
}
.BgClassName
{
background-color: #B21EA5;
}
</style>
border-color css
<style>
span { border-color: #B21EA5; }
span { border-color: rgb(178,30,165); }
td.TdClassName
{
border-color: #B21EA5;
}
.TagClassName
{
border-color: #B21EA5;
}
</style>