#BE66E7

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

Shades of Medium Orchid #BE66E7

Tints of Medium Orchid #BE66E7

Color information

#BE66E7 (or 0xBE66E7) is unknown color: approx Medium Orchid. HEX triplet: BE, 66 and E7. RGB value is (190,102,231). Sum of RGB (Red+Green+Blue) = 190+102+231=523 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.33% from 523); Green value is 102 (40.23% from 255 or 19.50% from 523); Blue value is 231 (90.62% from 255 or 44.17% from 523); Max value from RGB is 231 - color contains mainly: blue. Hex color #BE66E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE66E7 is #419918. Grayscale: #8E8E8E. Windows color (decimal): -4299033 or 15165118. OLE color: 15165118.

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

Color convert

RGB190102231-
CMYK0.180.5600.09
HSL280.93º72.88%65.29%-
HSV(B)280.93º55.84%90.59%-
XYZ40.4126.2278.53-
YUV143.02177.65161.51-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.33%
GREEN value IS 102 (40.23% from 255) = 19.50%
BLUE value IS 231 (90.62% from 255) = 44.17%
R=36.33%
G=19.50%
B=44.17%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1901022310.180.5600.09280.9372.8865.29
HexBE66E71238091194941
Octal2761463472270011431111101
Binary10111110110011011100111100101110000100110001100110010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE66E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE66E7; }

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

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

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

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

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

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

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

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