#BE6CED

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

Shades of Medium Orchid #BE6CED

Tints of Medium Orchid #BE6CED

Color information

#BE6CED (or 0xBE6CED) is unknown color: approx Medium Orchid. HEX triplet: BE, 6C and ED. RGB value is (190,108,237). Sum of RGB (Red+Green+Blue) = 190+108+237=535 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.51% from 535); Green value is 108 (42.58% from 255 or 20.19% from 535); Blue value is 237 (92.97% from 255 or 44.30% from 535); Max value from RGB is 237 - color contains mainly: blue. Hex color #BE6CED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE6CED is #419312. Grayscale: #929292. Windows color (decimal): -4297491 or 15559870. OLE color: 15559870.

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

Color convert

RGB190108237-
CMYK0.200.5400.07
HSL278.14º78.18%67.65%-
HSV(B)278.14º54.43%92.94%-
XYZ41.8827.7983.28-
YUV147.22178.67158.51-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.51%
GREEN value IS 108 (42.58% from 255) = 20.19%
BLUE value IS 237 (92.97% from 255) = 44.30%
R=35.51%
G=20.19%
B=44.30%

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
Decimal1901082370.200.5400.07278.1478.1867.65
HexBE6CED1436071164e44
Octal276154355246607426116104
Binary1011111011011001110110110100110110011110001011010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6CED; }

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

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

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

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

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

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

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

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