#BE6ADF

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

Shades of Medium Orchid #BE6ADF

Tints of Medium Orchid #BE6ADF

Color information

#BE6ADF (or 0xBE6ADF) is unknown color: approx Medium Orchid. HEX triplet: BE, 6A and DF. RGB value is (190,106,223). Sum of RGB (Red+Green+Blue) = 190+106+223=519 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.61% from 519); Green value is 106 (41.80% from 255 or 20.42% from 519); Blue value is 223 (87.5% from 255 or 42.97% from 519); Max value from RGB is 223 - color contains mainly: blue. Hex color #BE6ADF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6ADF is #419520. Grayscale: #909090. Windows color (decimal): -4298017 or 14641854. OLE color: 14641854.

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

Color convert

RGB190106223-
CMYK0.150.5200.13
HSL283.08º64.64%64.51%-
HSV(B)283.08º52.47%87.45%-
XYZ39.7126.5872.85-
YUV144.45172.33160.49-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.61%
GREEN value IS 106 (41.80% from 255) = 20.42%
BLUE value IS 223 (87.5% from 255) = 42.97%
R=36.61%
G=20.42%
B=42.97%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1901062230.150.5200.13283.0864.6464.51
HexBE6ADFF340D11b4141
Octal2761523371764015433101101
Binary1011111011010101101111111111101000110110001101110000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6ADF; }

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

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

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

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

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

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

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

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