#BE57D0

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

Shades of Medium Orchid #BE57D0

Tints of Medium Orchid #BE57D0

Color information

#BE57D0 (or 0xBE57D0) is unknown color: approx Medium Orchid. HEX triplet: BE, 57 and D0. RGB value is (190,87,208). Sum of RGB (Red+Green+Blue) = 190+87+208=485 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.18% from 485); Green value is 87 (34.38% from 255 or 17.94% from 485); Blue value is 208 (81.64% from 255 or 42.89% from 485); Max value from RGB is 208 - color contains mainly: blue. Hex color #BE57D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE57D0 is #41A82F. Grayscale: #838383. Windows color (decimal): -4302896 or 13653950. OLE color: 13653950.

HSL color Cylindrical-coordinate representation of color #BE57D0: hue angle of 291.07º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BE57D0 is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB19087208-
CMYK0.090.5800.18
HSL291.07º56.28%57.84%-
HSV(B)291.07º58.17%81.57%-
XYZ36.0322.3262.08-
YUV131.59171.12169.66-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.18%
GREEN value IS 87 (34.38% from 255) = 17.94%
BLUE value IS 208 (81.64% from 255) = 42.89%
R=39.18%
G=17.94%
B=42.89%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal190872080.090.5800.18291.0756.2857.84
HexBE57D093A012123383a
Octal27612732011720224437072
Binary101111101010111110100001001111010010010100100011111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE57D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE57D0; }

 p { color: rgb(190,87,208); }

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

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

 a { background-color: rgb(190,87,208); }

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

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

 span { border-color: rgb(190,87,208); }

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