#BE68EA

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

Shades of Medium Orchid #BE68EA

Tints of Medium Orchid #BE68EA

Color information

#BE68EA (or 0xBE68EA) is unknown color: approx Medium Orchid. HEX triplet: BE, 68 and EA. RGB value is (190,104,234). Sum of RGB (Red+Green+Blue) = 190+104+234=528 (69% of max value = 765). Red value is 190 (74.61% from 255 or 35.98% from 528); Green value is 104 (41.02% from 255 or 19.70% from 528); Blue value is 234 (91.80% from 255 or 44.32% from 528); Max value from RGB is 234 - color contains mainly: blue. Hex color #BE68EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE68EA is #419715. Grayscale: #909090. Windows color (decimal): -4298518 or 15362238. OLE color: 15362238.

HSL color Cylindrical-coordinate representation of color #BE68EA: hue angle of 279.69º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BE68EA is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB190104234-
CMYK0.190.5600.08
HSL279.69º75.58%66.27%-
HSV(B)279.69º55.56%91.76%-
XYZ41.0426.7980.85-
YUV144.53178.49160.43-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.98%
GREEN value IS 104 (41.02% from 255) = 19.70%
BLUE value IS 234 (91.80% from 255) = 44.32%
R=35.98%
G=19.70%
B=44.32%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1901042340.190.5600.08279.6975.5866.27
HexBE68EA1338081184c42
Octal2761503522370010430114102
Binary10111110110100011101010100111110000100010001100010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE68EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE68EA; }

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

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

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

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

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

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

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

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