#BE72DE

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

Shades of Medium Orchid #BE72DE

Tints of Medium Orchid #BE72DE

Color information

#BE72DE (or 0xBE72DE) is unknown color: approx Medium Orchid. HEX triplet: BE, 72 and DE. RGB value is (190,114,222). Sum of RGB (Red+Green+Blue) = 190+114+222=526 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.12% from 526); Green value is 114 (44.92% from 255 or 21.67% from 526); Blue value is 222 (87.11% from 255 or 42.21% from 526); Max value from RGB is 222 - color contains mainly: blue. Hex color #BE72DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE72DE is #418D21. Grayscale: #949494. Windows color (decimal): -4295970 or 14578366. OLE color: 14578366.

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

Color convert

RGB190114222-
CMYK0.140.4900.13
HSL282.22º62.07%65.88%-
HSV(B)282.22º48.65%87.06%-
XYZ40.4428.2672.43-
YUV149.04169.18157.22-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.12%
GREEN value IS 114 (44.92% from 255) = 21.67%
BLUE value IS 222 (87.11% from 255) = 42.21%
R=36.12%
G=21.67%
B=42.21%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1901142220.140.4900.13282.2262.0765.88
HexBE72DEE310D11a3e42
Octal276162336166101543276102
Binary101111101110010110111101110110001011011000110101111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE72DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE72DE; }

 p { color: rgb(190,114,222); }

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

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

 a { background-color: rgb(190,114,222); }

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

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

 span { border-color: rgb(190,114,222); }

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