Shades of Medium Orchid #BE50E5
Tints of Medium Orchid #BE50E5
RGB
CMYK
RGB Variations
Color information
#BE50E5 (or 0xBE50E5) is known color: Medium Orchid. HEX triplet: BE, 50 and E5. RGB value is (190,80,229). Sum of RGB (Red+Green+Blue) = 190+80+229=499 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38.08% from 499); Green value is 80 (31.64% from 255 or 16.03% from 499); Blue value is 229 (89.84% from 255 or 45.89% from 499); Max value from RGB is 229 - color contains mainly: blue. Hex color #BE50E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE50E5 is #41AF1A. Grayscale: #818181. Windows color (decimal): -4304667 or 15028414. OLE color: 15028414.
HSL color Cylindrical-coordinate representation of color #BE50E5: hue angle of 284.3º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BE50E5 is Cyan = 0.17, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 190 | 80 | 229 | - |
| CMYK | 0.17 | 0.65 | 0 | 0.10 |
| HSL | 284.3º | 0.74% | 0.61% | - |
| HSV(B) | 284.3º | 0.65% | 0.9% | - |
| XYZ | 38.25 | 22.34 | 76.43 | - |
| YUV | 129.88 | 183.94 | 170.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 80 | 229 | 0.17 | 0.65 | 0 | 0.10 | 284.3 | 0.74 | 0.61 |
| Hex | BE | 50 | E5 | 11 | 41 | 0 | A | 11C | 4A | 3D |
| Octal | 276 | 120 | 345 | 21 | 101 | 0 | 12 | 434 | 112 | 75 |
| Binary | 10111110 | 1010000 | 11100101 | 10001 | 1000001 | 0 | 1010 | 100011100 | 1001010 | 111101 |
Color Harmonies of #BE50E5
Complementary color
Monochromatic Colors of #BE50E5
Black with #BE50E5
Text Example
Text Example
White with #BE50E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE50E5; }
p { color: rgb(190,80,229); }
H1.HeaderClassName
{
color: #BE50E5;
}
.AnyTagClassName
{
color: #BE50E5;
}
</style>
background-color css
<style>
a { background-color: #BE50E5; }
a { background-color: rgb(190,80,229); }
div.DivClassName
{
background-color: #BE50E5;
}
.BgClassName
{
background-color: #BE50E5;
}
</style>
border-color css
<style>
span { border-color: #BE50E5; }
span { border-color: rgb(190,80,229); }
td.TdClassName
{
border-color: #BE50E5;
}
.TagClassName
{
border-color: #BE50E5;
}
</style>