#BE66EF

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

Shades of Medium Orchid #BE66EF

Tints of Medium Orchid #BE66EF

Color information

#BE66EF (or 0xBE66EF) is unknown color: approx Medium Orchid. HEX triplet: BE, 66 and EF. RGB value is (190,102,239). Sum of RGB (Red+Green+Blue) = 190+102+239=531 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.78% from 531); Green value is 102 (40.23% from 255 or 19.21% from 531); Blue value is 239 (93.75% from 255 or 45.01% from 531); Max value from RGB is 239 - color contains mainly: blue. Hex color #BE66EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE66EF is #419910. Grayscale: #8F8F8F. Windows color (decimal): -4299025 or 15689406. OLE color: 15689406.

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

Color convert

RGB190102239-
CMYK0.210.5700.06
HSL278.54º81.07%66.86%-
HSV(B)278.54º57.32%93.73%-
XYZ41.5726.6884.62-
YUV143.93181.65160.86-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.78%
GREEN value IS 102 (40.23% from 255) = 19.21%
BLUE value IS 239 (93.75% from 255) = 45.01%
R=35.78%
G=19.21%
B=45.01%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1901022390.210.5700.06278.5481.0766.86
HexBE66EF1539061175143
Octal276146357257106427121103
Binary1011111011001101110111110101111001011010001011110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE66EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE66EF; }

 p { color: rgb(190,102,239); }

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

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

 a { background-color: rgb(190,102,239); }

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

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

 span { border-color: rgb(190,102,239); }

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