#BE6DEE

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

Shades of Medium Orchid #BE6DEE

Tints of Medium Orchid #BE6DEE

Color information

#BE6DEE (or 0xBE6DEE) is unknown color: approx Medium Orchid. HEX triplet: BE, 6D and EE. RGB value is (190,109,238). Sum of RGB (Red+Green+Blue) = 190+109+238=537 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.38% from 537); Green value is 109 (42.97% from 255 or 20.30% from 537); Blue value is 238 (93.36% from 255 or 44.32% from 537); Max value from RGB is 238 - color contains mainly: blue. Hex color #BE6DEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE6DEE is #419211. Grayscale: #939393. Windows color (decimal): -4297234 or 15625662. OLE color: 15625662.

HSL color Cylindrical-coordinate representation of color #BE6DEE: hue angle of 277.67º degrees, saturation: 0.79, 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 #BE6DEE is Cyan = 0.20, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB190109238-
CMYK0.200.5400.07
HSL277.67º79.14%68.04%-
HSV(B)277.67º54.2%93.33%-
XYZ42.1428.0684.08-
YUV147.92178.84158.01-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.38%
GREEN value IS 109 (42.97% from 255) = 20.30%
BLUE value IS 238 (93.36% from 255) = 44.32%
R=35.38%
G=20.30%
B=44.32%

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
Decimal1901092380.200.5400.07277.6779.1468.04
HexBE6DEE1436071164f44
Octal276155356246607426117104
Binary1011111011011011110111010100110110011110001011010011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6DEE; }

 p { color: rgb(190,109,238); }

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

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

 a { background-color: rgb(190,109,238); }

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

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

 span { border-color: rgb(190,109,238); }

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