#BE64CF

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

Shades of Medium Orchid #BE64CF

Tints of Medium Orchid #BE64CF

Color information

#BE64CF (or 0xBE64CF) is unknown color: approx Medium Orchid. HEX triplet: BE, 64 and CF. RGB value is (190,100,207). Sum of RGB (Red+Green+Blue) = 190+100+207=497 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.23% from 497); Green value is 100 (39.45% from 255 or 20.12% from 497); Blue value is 207 (81.25% from 255 or 41.65% from 497); Max value from RGB is 207 - color contains mainly: blue. Hex color #BE64CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE64CF is #419B30. Grayscale: #8A8A8A. Windows color (decimal): -4299569 or 13591742. OLE color: 13591742.

HSL color Cylindrical-coordinate representation of color #BE64CF: hue angle of 290.47º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BE64CF is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB190100207-
CMYK0.080.5200.19
HSL290.47º52.71%60.2%-
HSV(B)290.47º51.69%81.18%-
XYZ37.0524.5761.82-
YUV139.11166.32164.3-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.23%
GREEN value IS 100 (39.45% from 255) = 20.12%
BLUE value IS 207 (81.25% from 255) = 41.65%
R=38.23%
G=20.12%
B=41.65%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1901002070.080.5200.19290.4752.7160.2
HexBE64CF834013122353c
Octal27614431710640234426574
Binary101111101100100110011111000110100010011100100010110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE64CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE64CF; }

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

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

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

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

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

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

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

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