#BE6AE8

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

Shades of Medium Orchid #BE6AE8

Tints of Medium Orchid #BE6AE8

Color information

#BE6AE8 (or 0xBE6AE8) is unknown color: approx Medium Orchid. HEX triplet: BE, 6A and E8. RGB value is (190,106,232). Sum of RGB (Red+Green+Blue) = 190+106+232=528 (69% of max value = 765). Red value is 190 (74.61% from 255 or 35.98% from 528); Green value is 106 (41.80% from 255 or 20.08% from 528); Blue value is 232 (91.02% from 255 or 43.94% from 528); Max value from RGB is 232 - color contains mainly: blue. Hex color #BE6AE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE6AE8 is #419517. Grayscale: #919191. Windows color (decimal): -4298008 or 15231678. OLE color: 15231678.

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

Color convert

RGB190106232-
CMYK0.180.5400.09
HSL280º73.26%66.27%-
HSV(B)280º54.31%90.98%-
XYZ40.9527.0879.41-
YUV145.48176.83159.75-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.98%
GREEN value IS 106 (41.80% from 255) = 20.08%
BLUE value IS 232 (91.02% from 255) = 43.94%
R=35.98%
G=20.08%
B=43.94%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1901062320.180.5400.0928073.2666.27
HexBE6AE81236091184942
Octal2761523502266011430111102
Binary10111110110101011101000100101101100100110001100010010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6AE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6AE8; }

 p { color: rgb(190,106,232); }

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

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

 a { background-color: rgb(190,106,232); }

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

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

 span { border-color: rgb(190,106,232); }

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