#BE6ADD

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

Shades of Medium Orchid #BE6ADD

Tints of Medium Orchid #BE6ADD

Color information

#BE6ADD (or 0xBE6ADD) is unknown color: approx Medium Orchid. HEX triplet: BE, 6A and DD. RGB value is (190,106,221). Sum of RGB (Red+Green+Blue) = 190+106+221=517 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.75% from 517); Green value is 106 (41.80% from 255 or 20.50% from 517); Blue value is 221 (86.72% from 255 or 42.75% from 517); Max value from RGB is 221 - color contains mainly: blue. Hex color #BE6ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6ADD is #419522. Grayscale: #8F8F8F. Windows color (decimal): -4298019 or 14510782. OLE color: 14510782.

HSL color Cylindrical-coordinate representation of color #BE6ADD: hue angle of 283.83º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BE6ADD is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB190106221-
CMYK0.140.5200.13
HSL283.83º62.84%64.12%-
HSV(B)283.83º52.04%86.67%-
XYZ39.4426.4871.44-
YUV144.23171.33160.65-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.75%
GREEN value IS 106 (41.80% from 255) = 20.50%
BLUE value IS 221 (86.72% from 255) = 42.75%
R=36.75%
G=20.50%
B=42.75%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1901062210.140.5200.13283.8362.8464.12
HexBE6ADDE340D11c3f40
Octal276152335166401543477100
Binary101111101101010110111011110110100011011000111001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6ADD; }

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

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

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

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

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

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

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

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