#BE64DD

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

Shades of Medium Orchid #BE64DD

Tints of Medium Orchid #BE64DD

Color information

#BE64DD (or 0xBE64DD) is unknown color: approx Medium Orchid. HEX triplet: BE, 64 and DD. RGB value is (190,100,221). Sum of RGB (Red+Green+Blue) = 190+100+221=511 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.18% from 511); Green value is 100 (39.45% from 255 or 19.57% from 511); Blue value is 221 (86.72% from 255 or 43.25% from 511); Max value from RGB is 221 - color contains mainly: blue. Hex color #BE64DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE64DD is #419B22. Grayscale: #8C8C8C. Windows color (decimal): -4299555 or 14509246. OLE color: 14509246.

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

Color convert

RGB190100221-
CMYK0.140.5500.13
HSL284.63º64.02%62.94%-
HSV(B)284.63º54.75%86.67%-
XYZ38.8425.2871.24-
YUV140.7173.32163.16-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.18%
GREEN value IS 100 (39.45% from 255) = 19.57%
BLUE value IS 221 (86.72% from 255) = 43.25%
R=37.18%
G=19.57%
B=43.25%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1901002210.140.5500.13284.6364.0262.94
HexBE64DDE370D11d403f
Octal276144335166701543510077
Binary101111101100100110111011110110111011011000111011000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE64DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE64DD; }

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

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

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

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

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

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

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

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