#BE68D9

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

Shades of Medium Orchid #BE68D9

Tints of Medium Orchid #BE68D9

Color information

#BE68D9 (or 0xBE68D9) is unknown color: approx Medium Orchid. HEX triplet: BE, 68 and D9. RGB value is (190,104,217). Sum of RGB (Red+Green+Blue) = 190+104+217=511 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.18% from 511); Green value is 104 (41.02% from 255 or 20.35% from 511); Blue value is 217 (85.16% from 255 or 42.47% from 511); Max value from RGB is 217 - color contains mainly: blue. Hex color #BE68D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE68D9 is #419726. Grayscale: #8E8E8E. Windows color (decimal): -4298535 or 14248126. OLE color: 14248126.

HSL color Cylindrical-coordinate representation of color #BE68D9: hue angle of 285.66º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BE68D9 is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB190104217-
CMYK0.120.5200.15
HSL285.66º59.79%62.94%-
HSV(B)285.66º52.07%85.1%-
XYZ38.7125.8668.6-
YUV142.6169.99161.81-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.18%
GREEN value IS 104 (41.02% from 255) = 20.35%
BLUE value IS 217 (85.16% from 255) = 42.47%
R=37.18%
G=20.35%
B=42.47%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1901042170.120.5200.15285.6659.7962.94
HexBE68D9C340F11e3c3f
Octal27615033114640174367477
Binary10111110110100011011001110011010001111100011110111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE68D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE68D9; }

 p { color: rgb(190,104,217); }

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

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

 a { background-color: rgb(190,104,217); }

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

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

 span { border-color: rgb(190,104,217); }

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