#BE55F0

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

Shades of Medium Orchid #BE55F0

Tints of Medium Orchid #BE55F0

Color information

#BE55F0 (or 0xBE55F0) is unknown color: approx Medium Orchid. HEX triplet: BE, 55 and F0. RGB value is (190,85,240). Sum of RGB (Red+Green+Blue) = 190+85+240=515 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.89% from 515); Green value is 85 (33.59% from 255 or 16.50% from 515); Blue value is 240 (94.14% from 255 or 46.60% from 515); Max value from RGB is 240 - color contains mainly: blue. Hex color #BE55F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE55F0 is #41AA0F. Grayscale: #858585. Windows color (decimal): -4303376 or 15750590. OLE color: 15750590.

HSL color Cylindrical-coordinate representation of color #BE55F0: hue angle of 280.65º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BE55F0 is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB19085240-
CMYK0.210.6500.06
HSL280.65º83.78%63.73%-
HSV(B)280.65º64.58%94.12%-
XYZ40.2123.7484.9-
YUV134.06187.79167.9-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.89%
GREEN value IS 85 (33.59% from 255) = 16.50%
BLUE value IS 240 (94.14% from 255) = 46.60%
R=36.89%
G=16.50%
B=46.60%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal190852400.210.6500.06280.6583.7863.73
HexBE55F01541061195440
Octal2761253602510106431124100
Binary10111110101010111110000101011000001011010001100110101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE55F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE55F0; }

 p { color: rgb(190,85,240); }

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

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

 a { background-color: rgb(190,85,240); }

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

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

 span { border-color: rgb(190,85,240); }

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