#BE6EED

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

Shades of Medium Orchid #BE6EED

Tints of Medium Orchid #BE6EED

Color information

#BE6EED (or 0xBE6EED) is unknown color: approx Medium Orchid. HEX triplet: BE, 6E and ED. RGB value is (190,110,237). Sum of RGB (Red+Green+Blue) = 190+110+237=537 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.38% from 537); Green value is 110 (43.36% from 255 or 20.48% from 537); Blue value is 237 (92.97% from 255 or 44.13% from 537); Max value from RGB is 237 - color contains mainly: blue. Hex color #BE6EED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE6EED is #419112. Grayscale: #939393. Windows color (decimal): -4296979 or 15560382. OLE color: 15560382.

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

Color convert

RGB190110237-
CMYK0.200.5400.07
HSL277.8º77.91%68.04%-
HSV(B)277.8º53.59%92.94%-
XYZ42.128.2183.35-
YUV148.4178157.67-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.38%
GREEN value IS 110 (43.36% from 255) = 20.48%
BLUE value IS 237 (92.97% from 255) = 44.13%
R=35.38%
G=20.48%
B=44.13%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1901102370.200.5400.07277.877.9168.04
HexBE6EED1436071164e44
Octal276156355246607426116104
Binary1011111011011101110110110100110110011110001011010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6EED; }

 p { color: rgb(190,110,237); }

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

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

 a { background-color: rgb(190,110,237); }

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

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

 span { border-color: rgb(190,110,237); }

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