Shades of Medium Orchid #BE50FA
Tints of Medium Orchid #BE50FA
RGB
CMYK
RGB Variations
Color information
#BE50FA (or 0xBE50FA) is known color: Medium Orchid. HEX triplet: BE, 50 and FA. RGB value is (190,80,250). Sum of RGB (Red+Green+Blue) = 190+80+250=520 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.54% from 520); Green value is 80 (31.64% from 255 or 15.38% from 520); Blue value is 250 (98.05% from 255 or 48.08% from 520); Max value from RGB is 250 - color contains mainly: blue. Hex color #BE50FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE50FA is #41AF05. Grayscale: #838383. Windows color (decimal): -4304646 or 16404670. OLE color: 16404670.
HSL color Cylindrical-coordinate representation of color #BE50FA: hue angle of 278.82º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BE50FA is Cyan = 0.24, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 190 | 80 | 250 | - |
| CMYK | 0.24 | 0.68 | 0 | 0.02 |
| HSL | 278.82º | 0.94% | 0.65% | - |
| HSV(B) | 278.82º | 0.68% | 0.98% | - |
| XYZ | 41.36 | 23.59 | 92.82 | - |
| YUV | 132.27 | 194.44 | 169.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 80 | 250 | 0.24 | 0.68 | 0 | 0.02 | 278.82 | 0.94 | 0.65 |
| Hex | BE | 50 | FA | 18 | 44 | 0 | 2 | 117 | 5E | 41 |
| Octal | 276 | 120 | 372 | 30 | 104 | 0 | 2 | 427 | 136 | 101 |
| Binary | 10111110 | 1010000 | 11111010 | 11000 | 1000100 | 0 | 10 | 100010111 | 1011110 | 1000001 |
Color Harmonies of #BE50FA
Complementary color
Monochromatic Colors of #BE50FA
Black with #BE50FA
Text Example
Text Example
White with #BE50FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE50FA; }
p { color: rgb(190,80,250); }
H1.HeaderClassName
{
color: #BE50FA;
}
.AnyTagClassName
{
color: #BE50FA;
}
</style>
background-color css
<style>
a { background-color: #BE50FA; }
a { background-color: rgb(190,80,250); }
div.DivClassName
{
background-color: #BE50FA;
}
.BgClassName
{
background-color: #BE50FA;
}
</style>
border-color css
<style>
span { border-color: #BE50FA; }
span { border-color: rgb(190,80,250); }
td.TdClassName
{
border-color: #BE50FA;
}
.TagClassName
{
border-color: #BE50FA;
}
</style>