Shades of Medium Violet Red #BE21A1
Tints of Medium Violet Red #BE21A1
RGB
CMYK
RGB Variations
Color information
#BE21A1 (or 0xBE21A1) is known color: Medium Violet Red. HEX triplet: BE, 21 and A1. RGB value is (190,33,161). Sum of RGB (Red+Green+Blue) = 190+33+161=384 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.48% from 384); Green value is 33 (13.28% from 255 or 8.59% from 384); Blue value is 161 (63.28% from 255 or 41.93% from 384); Max value from RGB is 190 - color contains mainly: red. Hex color #BE21A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE21A1 is #41DE5E. Grayscale: #5E5E5E. Windows color (decimal): -4316767 or 10559934. OLE color: 10559934.
HSL color Cylindrical-coordinate representation of color #BE21A1: hue angle of 311.08º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BE21A1 is Cyan = 0, Magento = 0.83, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 33 | 161 | - |
| CMYK | 0 | 0.83 | 0.15 | 0.25 |
| HSL | 311.08º | 0.7% | 0.44% | - |
| HSV(B) | 311.08º | 0.83% | 0.75% | - |
| XYZ | 28.21 | 14.61 | 35.05 | - |
| YUV | 94.54 | 165.51 | 196.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 33 | 161 | 0 | 0.83 | 0.15 | 0.25 | 311.08 | 0.7 | 0.44 |
| Hex | BE | 21 | A1 | 0 | 53 | F | 19 | 137 | 46 | 2C |
| Octal | 276 | 41 | 241 | 0 | 123 | 17 | 31 | 467 | 106 | 54 |
| Binary | 10111110 | 100001 | 10100001 | 0 | 1010011 | 1111 | 11001 | 100110111 | 1000110 | 101100 |
Color Harmonies of #BE21A1
Complementary color
Monochromatic Colors of #BE21A1
Black with #BE21A1
Text Example
Text Example
White with #BE21A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE21A1; }
p { color: rgb(190,33,161); }
H1.HeaderClassName
{
color: #BE21A1;
}
.AnyTagClassName
{
color: #BE21A1;
}
</style>
background-color css
<style>
a { background-color: #BE21A1; }
a { background-color: rgb(190,33,161); }
div.DivClassName
{
background-color: #BE21A1;
}
.BgClassName
{
background-color: #BE21A1;
}
</style>
border-color css
<style>
span { border-color: #BE21A1; }
span { border-color: rgb(190,33,161); }
td.TdClassName
{
border-color: #BE21A1;
}
.TagClassName
{
border-color: #BE21A1;
}
</style>