Shades of Medium Orchid #BE50F0
Tints of Medium Orchid #BE50F0
RGB
CMYK
RGB Variations
Color information
#BE50F0 (or 0xBE50F0) is known color: Medium Orchid. HEX triplet: BE, 50 and F0. RGB value is (190,80,240). Sum of RGB (Red+Green+Blue) = 190+80+240=510 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.25% from 510); Green value is 80 (31.64% from 255 or 15.69% from 510); Blue value is 240 (94.14% from 255 or 47.06% from 510); Max value from RGB is 240 - color contains mainly: blue. Hex color #BE50F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE50F0 is #41AF0F. Grayscale: #828282. Windows color (decimal): -4304656 or 15749310. OLE color: 15749310.
HSL color Cylindrical-coordinate representation of color #BE50F0: hue angle of 281.25º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BE50F0 is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 80 | 240 | - |
| CMYK | 0.21 | 0.67 | 0 | 0.06 |
| HSL | 281.25º | 0.84% | 0.63% | - |
| HSV(B) | 281.25º | 0.67% | 0.94% | - |
| XYZ | 39.83 | 22.98 | 84.77 | - |
| YUV | 131.13 | 189.44 | 169.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 80 | 240 | 0.21 | 0.67 | 0 | 0.06 | 281.25 | 0.84 | 0.63 |
| Hex | BE | 50 | F0 | 15 | 43 | 0 | 6 | 119 | 54 | 3F |
| Octal | 276 | 120 | 360 | 25 | 103 | 0 | 6 | 431 | 124 | 77 |
| Binary | 10111110 | 1010000 | 11110000 | 10101 | 1000011 | 0 | 110 | 100011001 | 1010100 | 111111 |
Color Harmonies of #BE50F0
Complementary color
Monochromatic Colors of #BE50F0
Black with #BE50F0
Text Example
Text Example
White with #BE50F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE50F0; }
p { color: rgb(190,80,240); }
H1.HeaderClassName
{
color: #BE50F0;
}
.AnyTagClassName
{
color: #BE50F0;
}
</style>
background-color css
<style>
a { background-color: #BE50F0; }
a { background-color: rgb(190,80,240); }
div.DivClassName
{
background-color: #BE50F0;
}
.BgClassName
{
background-color: #BE50F0;
}
</style>
border-color css
<style>
span { border-color: #BE50F0; }
span { border-color: rgb(190,80,240); }
td.TdClassName
{
border-color: #BE50F0;
}
.TagClassName
{
border-color: #BE50F0;
}
</style>