Shades of Medium Violet Red #BE02A0
Tints of Medium Violet Red #BE02A0
RGB
CMYK
RGB Variations
Color information
#BE02A0 (or 0xBE02A0) is known color: Medium Violet Red. HEX triplet: BE, 02 and A0. RGB value is (190,2,160). Sum of RGB (Red+Green+Blue) = 190+2+160=352 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.98% from 352); Green value is 2 (1.17% from 255 or 0.57% from 352); Blue value is 160 (62.89% from 255 or 45.45% from 352); Max value from RGB is 190 - color contains mainly: red. Hex color #BE02A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE02A0 is #41FD5F. Grayscale: #4B4B4B. Windows color (decimal): -4324704 or 10486462. OLE color: 10486462.
HSL color Cylindrical-coordinate representation of color #BE02A0: hue angle of 309.57º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BE02A0 is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 2 | 160 | - |
| CMYK | 0 | 0.99 | 0.16 | 0.25 |
| HSL | 309.57º | 0.98% | 0.38% | - |
| HSV(B) | 309.57º | 0.99% | 0.75% | - |
| XYZ | 27.6 | 13.53 | 34.41 | - |
| YUV | 76.22 | 175.28 | 209.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 2 | 160 | 0 | 0.99 | 0.16 | 0.25 | 309.57 | 0.98 | 0.38 |
| Hex | BE | 2 | A0 | 0 | 63 | 10 | 19 | 136 | 62 | 26 |
| Octal | 276 | 2 | 240 | 0 | 143 | 20 | 31 | 466 | 142 | 46 |
| Binary | 10111110 | 10 | 10100000 | 0 | 1100011 | 10000 | 11001 | 100110110 | 1100010 | 100110 |
Color Harmonies of #BE02A0
Complementary color
Monochromatic Colors of #BE02A0
Black with #BE02A0
Text Example
Text Example
White with #BE02A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE02A0; }
p { color: rgb(190,2,160); }
H1.HeaderClassName
{
color: #BE02A0;
}
.AnyTagClassName
{
color: #BE02A0;
}
</style>
background-color css
<style>
a { background-color: #BE02A0; }
a { background-color: rgb(190,2,160); }
div.DivClassName
{
background-color: #BE02A0;
}
.BgClassName
{
background-color: #BE02A0;
}
</style>
border-color css
<style>
span { border-color: #BE02A0; }
span { border-color: rgb(190,2,160); }
td.TdClassName
{
border-color: #BE02A0;
}
.TagClassName
{
border-color: #BE02A0;
}
</style>