#BE50F3

Color #BE50F3 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #BE50F3

Tints of Medium Orchid #BE50F3

Color information

#BE50F3 (or 0xBE50F3) is unknown color: approx Medium Orchid. HEX triplet: BE, 50 and F3. RGB value is (190,80,243). Sum of RGB (Red+Green+Blue) = 190+80+243=513 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.04% from 513); Green value is 80 (31.64% from 255 or 15.59% from 513); Blue value is 243 (95.31% from 255 or 47.37% from 513); Max value from RGB is 243 - color contains mainly: blue. Hex color #BE50F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE50F3 is #41AF0C. Grayscale: #828282. Windows color (decimal): -4304653 or 15945918. OLE color: 15945918.

HSL color Cylindrical-coordinate representation of color #BE50F3: hue angle of 280.49º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BE50F3 is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB19080243-
CMYK0.220.6700.05
HSL280.49º87.17%63.33%-
HSV(B)280.49º67.08%95.29%-
XYZ40.2823.1687.14-
YUV131.47190.94169.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 37.04%
GREEN value IS 80 (31.64% from 255) = 15.59%
BLUE value IS 243 (95.31% from 255) = 47.37%
R=37.04%
G=15.59%
B=47.37%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal190802430.220.6700.05280.4987.1763.33
HexBE50F3164305118573f
Octal276120363261030543012777
Binary1011111010100001111001110110100001101011000110001010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE50F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE50F3; }

 p { color: rgb(190,80,243); }

 H1.HeaderClassName
 {
   color: #BE50F3;
 }
 .AnyTagClassName
 {
   color: #BE50F3;
 }
</style>
background-color css

<style>
 a { background-color: #BE50F3; }

 a { background-color: rgb(190,80,243); }

 div.DivClassName
 {
   background-color: #BE50F3;
 }
 .BgClassName
 {
   background-color: #BE50F3;
 }
</style>
border-color css

<style>
 span { border-color: #BE50F3; }

 span { border-color: rgb(190,80,243); }

 td.TdClassName
 {
   border-color: #BE50F3;
 }
 .TagClassName
 {
   border-color: #BE50F3;
 }
</style>