Shades of Medium Orchid #BE50FC
Tints of Medium Orchid #BE50FC
RGB
CMYK
RGB Variations
Color information
#BE50FC (or 0xBE50FC) is known color: Medium Orchid. HEX triplet: BE, 50 and FC. RGB value is (190,80,252). Sum of RGB (Red+Green+Blue) = 190+80+252=522 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.40% from 522); Green value is 80 (31.64% from 255 or 15.33% from 522); Blue value is 252 (98.83% from 255 or 48.28% from 522); Max value from RGB is 252 - color contains mainly: blue. Hex color #BE50FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE50FC is #41AF03. Grayscale: #838383. Windows color (decimal): -4304644 or 16535742. OLE color: 16535742.
HSL color Cylindrical-coordinate representation of color #BE50FC: hue angle of 278.37º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BE50FC is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 190 | 80 | 252 | - |
| CMYK | 0.25 | 0.68 | 0 | 0.01 |
| HSL | 278.37º | 0.97% | 0.65% | - |
| HSV(B) | 278.37º | 0.68% | 0.99% | - |
| XYZ | 41.67 | 23.71 | 94.48 | - |
| YUV | 132.5 | 195.44 | 169.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 80 | 252 | 0.25 | 0.68 | 0 | 0.01 | 278.37 | 0.97 | 0.65 |
| Hex | BE | 50 | FC | 19 | 44 | 0 | 1 | 116 | 61 | 41 |
| Octal | 276 | 120 | 374 | 31 | 104 | 0 | 1 | 426 | 141 | 101 |
| Binary | 10111110 | 1010000 | 11111100 | 11001 | 1000100 | 0 | 1 | 100010110 | 1100001 | 1000001 |
Color Harmonies of #BE50FC
Complementary color
Monochromatic Colors of #BE50FC
Black with #BE50FC
Text Example
Text Example
White with #BE50FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE50FC; }
p { color: rgb(190,80,252); }
H1.HeaderClassName
{
color: #BE50FC;
}
.AnyTagClassName
{
color: #BE50FC;
}
</style>
background-color css
<style>
a { background-color: #BE50FC; }
a { background-color: rgb(190,80,252); }
div.DivClassName
{
background-color: #BE50FC;
}
.BgClassName
{
background-color: #BE50FC;
}
</style>
border-color css
<style>
span { border-color: #BE50FC; }
span { border-color: rgb(190,80,252); }
td.TdClassName
{
border-color: #BE50FC;
}
.TagClassName
{
border-color: #BE50FC;
}
</style>