Shades of Medium Violet Red #BE21A8
Tints of Medium Violet Red #BE21A8
RGB
CMYK
RGB Variations
Color information
#BE21A8 (or 0xBE21A8) is known color: Medium Violet Red. HEX triplet: BE, 21 and A8. RGB value is (190,33,168). Sum of RGB (Red+Green+Blue) = 190+33+168=391 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.59% from 391); Green value is 33 (13.28% from 255 or 8.44% from 391); Blue value is 168 (66.02% from 255 or 42.97% from 391); Max value from RGB is 190 - color contains mainly: red. Hex color #BE21A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE21A8 is #41DE57. Grayscale: #5E5E5E. Windows color (decimal): -4316760 or 11018686. OLE color: 11018686.
HSL color Cylindrical-coordinate representation of color #BE21A8: hue angle of 308.41º 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 #BE21A8 is Cyan = 0, Magento = 0.83, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 33 | 168 | - |
| CMYK | 0 | 0.83 | 0.12 | 0.25 |
| HSL | 308.41º | 0.7% | 0.44% | - |
| HSV(B) | 308.41º | 0.83% | 0.75% | - |
| XYZ | 28.85 | 14.86 | 38.39 | - |
| YUV | 95.33 | 169.01 | 195.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 33 | 168 | 0 | 0.83 | 0.12 | 0.25 | 308.41 | 0.7 | 0.44 |
| Hex | BE | 21 | A8 | 0 | 53 | C | 19 | 134 | 46 | 2C |
| Octal | 276 | 41 | 250 | 0 | 123 | 14 | 31 | 464 | 106 | 54 |
| Binary | 10111110 | 100001 | 10101000 | 0 | 1010011 | 1100 | 11001 | 100110100 | 1000110 | 101100 |
Color Harmonies of #BE21A8
Complementary color
Monochromatic Colors of #BE21A8
Black with #BE21A8
Text Example
Text Example
White with #BE21A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE21A8; }
p { color: rgb(190,33,168); }
H1.HeaderClassName
{
color: #BE21A8;
}
.AnyTagClassName
{
color: #BE21A8;
}
</style>
background-color css
<style>
a { background-color: #BE21A8; }
a { background-color: rgb(190,33,168); }
div.DivClassName
{
background-color: #BE21A8;
}
.BgClassName
{
background-color: #BE21A8;
}
</style>
border-color css
<style>
span { border-color: #BE21A8; }
span { border-color: rgb(190,33,168); }
td.TdClassName
{
border-color: #BE21A8;
}
.TagClassName
{
border-color: #BE21A8;
}
</style>