#BE68EE

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

Shades of Medium Orchid #BE68EE

Tints of Medium Orchid #BE68EE

Color information

#BE68EE (or 0xBE68EE) is unknown color: approx Medium Orchid. HEX triplet: BE, 68 and EE. RGB value is (190,104,238). Sum of RGB (Red+Green+Blue) = 190+104+238=532 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.71% from 532); Green value is 104 (41.02% from 255 or 19.55% from 532); Blue value is 238 (93.36% from 255 or 44.74% from 532); Max value from RGB is 238 - color contains mainly: blue. Hex color #BE68EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE68EE is #419711. Grayscale: #909090. Windows color (decimal): -4298514 or 15624382. OLE color: 15624382.

HSL color Cylindrical-coordinate representation of color #BE68EE: hue angle of 278.51º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BE68EE is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB190104238-
CMYK0.200.5600.07
HSL278.51º79.76%67.06%-
HSV(B)278.51º56.3%93.33%-
XYZ41.6227.0283.91-
YUV144.99180.49160.1-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.71%
GREEN value IS 104 (41.02% from 255) = 19.55%
BLUE value IS 238 (93.36% from 255) = 44.74%
R=35.71%
G=19.55%
B=44.74%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1901042380.200.5600.07278.5179.7667.06
HexBE68EE1438071175043
Octal276150356247007427120103
Binary1011111011010001110111010100111000011110001011110100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE68EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE68EE; }

 p { color: rgb(190,104,238); }

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

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

 a { background-color: rgb(190,104,238); }

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

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

 span { border-color: rgb(190,104,238); }

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