Shades of Medium Violet Red #BE21A3
Tints of Medium Violet Red #BE21A3
RGB
CMYK
RGB Variations
Color information
#BE21A3 (or 0xBE21A3) is known color: Medium Violet Red. HEX triplet: BE, 21 and A3. RGB value is (190,33,163). Sum of RGB (Red+Green+Blue) = 190+33+163=386 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.22% from 386); Green value is 33 (13.28% from 255 or 8.55% from 386); Blue value is 163 (64.06% from 255 or 42.23% from 386); Max value from RGB is 190 - color contains mainly: red. Hex color #BE21A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE21A3 is #41DE5C. Grayscale: #5E5E5E. Windows color (decimal): -4316765 or 10691006. OLE color: 10691006.
HSL color Cylindrical-coordinate representation of color #BE21A3: hue angle of 310.32º 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 #BE21A3 is Cyan = 0, Magento = 0.83, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 33 | 163 | - |
| CMYK | 0 | 0.83 | 0.14 | 0.25 |
| HSL | 310.32º | 0.7% | 0.44% | - |
| HSV(B) | 310.32º | 0.83% | 0.75% | - |
| XYZ | 28.39 | 14.68 | 35.99 | - |
| YUV | 94.76 | 166.51 | 195.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 33 | 163 | 0 | 0.83 | 0.14 | 0.25 | 310.32 | 0.7 | 0.44 |
| Hex | BE | 21 | A3 | 0 | 53 | E | 19 | 136 | 46 | 2C |
| Octal | 276 | 41 | 243 | 0 | 123 | 16 | 31 | 466 | 106 | 54 |
| Binary | 10111110 | 100001 | 10100011 | 0 | 1010011 | 1110 | 11001 | 100110110 | 1000110 | 101100 |
Color Harmonies of #BE21A3
Complementary color
Monochromatic Colors of #BE21A3
Black with #BE21A3
Text Example
Text Example
White with #BE21A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE21A3; }
p { color: rgb(190,33,163); }
H1.HeaderClassName
{
color: #BE21A3;
}
.AnyTagClassName
{
color: #BE21A3;
}
</style>
background-color css
<style>
a { background-color: #BE21A3; }
a { background-color: rgb(190,33,163); }
div.DivClassName
{
background-color: #BE21A3;
}
.BgClassName
{
background-color: #BE21A3;
}
</style>
border-color css
<style>
span { border-color: #BE21A3; }
span { border-color: rgb(190,33,163); }
td.TdClassName
{
border-color: #BE21A3;
}
.TagClassName
{
border-color: #BE21A3;
}
</style>