#BE68E3

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

Shades of Medium Orchid #BE68E3

Tints of Medium Orchid #BE68E3

Color information

#BE68E3 (or 0xBE68E3) is unknown color: approx Medium Orchid. HEX triplet: BE, 68 and E3. RGB value is (190,104,227). Sum of RGB (Red+Green+Blue) = 190+104+227=521 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.47% from 521); Green value is 104 (41.02% from 255 or 19.96% from 521); Blue value is 227 (89.06% from 255 or 43.57% from 521); Max value from RGB is 227 - color contains mainly: blue. Hex color #BE68E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE68E3 is #41971C. Grayscale: #8F8F8F. Windows color (decimal): -4298525 or 14903486. OLE color: 14903486.

HSL color Cylindrical-coordinate representation of color #BE68E3: hue angle of 281.95º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BE68E3 is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB190104227-
CMYK0.160.5400.11
HSL281.95º68.72%64.9%-
HSV(B)281.95º54.19%89.02%-
XYZ40.0526.3975.66-
YUV143.74174.99161-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.47%
GREEN value IS 104 (41.02% from 255) = 19.96%
BLUE value IS 227 (89.06% from 255) = 43.57%
R=36.47%
G=19.96%
B=43.57%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1901042270.160.5400.11281.9568.7264.9
HexBE68E310360B11a4541
Octal2761503432066013432105101
Binary10111110110100011100011100001101100101110001101010001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE68E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE68E3; }

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

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

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

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

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

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

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

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