#BE67DA

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

Shades of Medium Orchid #BE67DA

Tints of Medium Orchid #BE67DA

Color information

#BE67DA (or 0xBE67DA) is unknown color: approx Medium Orchid. HEX triplet: BE, 67 and DA. RGB value is (190,103,218). Sum of RGB (Red+Green+Blue) = 190+103+218=511 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.18% from 511); Green value is 103 (40.62% from 255 or 20.16% from 511); Blue value is 218 (85.55% from 255 or 42.66% from 511); Max value from RGB is 218 - color contains mainly: blue. Hex color #BE67DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE67DA is #419825. Grayscale: #8D8D8D. Windows color (decimal): -4298790 or 14313406. OLE color: 14313406.

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

Color convert

RGB190103218-
CMYK0.130.5300.15
HSL285.39º60.85%62.94%-
HSV(B)285.39º52.75%85.49%-
XYZ38.7425.7169.25-
YUV142.12170.82162.15-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.18%
GREEN value IS 103 (40.62% from 255) = 20.16%
BLUE value IS 218 (85.55% from 255) = 42.66%
R=37.18%
G=20.16%
B=42.66%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1901032180.130.5300.15285.3960.8562.94
HexBE67DAD350F11d3d3f
Octal27614733215650174357577
Binary10111110110011111011010110111010101111100011101111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE67DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE67DA; }

 p { color: rgb(190,103,218); }

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

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

 a { background-color: rgb(190,103,218); }

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

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

 span { border-color: rgb(190,103,218); }

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