#BE68E9

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

Shades of Medium Orchid #BE68E9

Tints of Medium Orchid #BE68E9

Color information

#BE68E9 (or 0xBE68E9) is unknown color: approx Medium Orchid. HEX triplet: BE, 68 and E9. RGB value is (190,104,233). Sum of RGB (Red+Green+Blue) = 190+104+233=527 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.05% from 527); Green value is 104 (41.02% from 255 or 19.73% from 527); Blue value is 233 (91.41% from 255 or 44.21% from 527); Max value from RGB is 233 - color contains mainly: blue. Hex color #BE68E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE68E9 is #419716. Grayscale: #8F8F8F. Windows color (decimal): -4298519 or 15296702. OLE color: 15296702.

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

Color convert

RGB190104233-
CMYK0.180.5500.09
HSL280º74.57%66.08%-
HSV(B)280º55.36%91.37%-
XYZ40.8926.7380.1-
YUV144.42177.99160.51-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.05%
GREEN value IS 104 (41.02% from 255) = 19.73%
BLUE value IS 233 (91.41% from 255) = 44.21%
R=36.05%
G=19.73%
B=44.21%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1901042330.180.5500.0928074.5766.08
HexBE68E91237091184b42
Octal2761503512267011430113102
Binary10111110110100011101001100101101110100110001100010010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE68E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE68E9; }

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

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

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

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

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

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

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

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