#BE3FDE

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

Shades of Medium Orchid #BE3FDE

Tints of Medium Orchid #BE3FDE

Color information

#BE3FDE (or 0xBE3FDE) is unknown color: approx Medium Orchid. HEX triplet: BE, 3F and DE. RGB value is (190,63,222). Sum of RGB (Red+Green+Blue) = 190+63+222=475 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40% from 475); Green value is 63 (25% from 255 or 13.26% from 475); Blue value is 222 (87.11% from 255 or 46.74% from 475); Max value from RGB is 222 - color contains mainly: blue. Hex color #BE3FDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE3FDE is #41C021. Grayscale: #767676. Windows color (decimal): -4309026 or 14565310. OLE color: 14565310.

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

Color convert

RGB19063222-
CMYK0.140.7200.13
HSL287.92º70.67%55.88%-
HSV(B)287.92º71.62%87.06%-
XYZ36.219.7871.02-
YUV119.1186.08178.57-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40%
GREEN value IS 63 (25% from 255) = 13.26%
BLUE value IS 222 (87.11% from 255) = 46.74%
R=40%
G=13.26%
B=46.74%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal190632220.140.7200.13287.9270.6755.88
HexBE3FDEE480D1204738
Octal276773361611001544010770
Binary101111101111111101111011101001000011011001000001000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3FDE; }

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

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

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

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

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

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

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

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