#BE6FD7

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

Shades of Medium Orchid #BE6FD7

Tints of Medium Orchid #BE6FD7

Color information

#BE6FD7 (or 0xBE6FD7) is unknown color: approx Medium Orchid. HEX triplet: BE, 6F and D7. RGB value is (190,111,215). Sum of RGB (Red+Green+Blue) = 190+111+215=516 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.82% from 516); Green value is 111 (43.75% from 255 or 21.51% from 516); Blue value is 215 (84.38% from 255 or 41.67% from 516); Max value from RGB is 215 - color contains mainly: blue. Hex color #BE6FD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6FD7 is #419028. Grayscale: #929292. Windows color (decimal): -4296745 or 14118846. OLE color: 14118846.

HSL color Cylindrical-coordinate representation of color #BE6FD7: hue angle of 285.58º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BE6FD7 is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB190111215-
CMYK0.120.4800.16
HSL285.58º56.52%63.92%-
HSV(B)285.58º48.37%84.31%-
XYZ39.1927.2267.48-
YUV146.48166.67159.04-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.82%
GREEN value IS 111 (43.75% from 255) = 21.51%
BLUE value IS 215 (84.38% from 255) = 41.67%
R=36.82%
G=21.51%
B=41.67%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1901112150.120.4800.16285.5856.5263.92
HexBE6FD7C3001011e3940
Octal276157327146002043671100
Binary1011111011011111101011111001100000100001000111101110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6FD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6FD7; }

 p { color: rgb(190,111,215); }

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

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

 a { background-color: rgb(190,111,215); }

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

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

 span { border-color: rgb(190,111,215); }

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