#BE67E0

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

Shades of Medium Orchid #BE67E0

Tints of Medium Orchid #BE67E0

Color information

#BE67E0 (or 0xBE67E0) is unknown color: approx Medium Orchid. HEX triplet: BE, 67 and E0. RGB value is (190,103,224). Sum of RGB (Red+Green+Blue) = 190+103+224=517 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.75% from 517); Green value is 103 (40.62% from 255 or 19.92% from 517); Blue value is 224 (87.89% from 255 or 43.33% from 517); Max value from RGB is 224 - color contains mainly: blue. Hex color #BE67E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE67E0 is #41981F. Grayscale: #8E8E8E. Windows color (decimal): -4298784 or 14706622. OLE color: 14706622.

HSL color Cylindrical-coordinate representation of color #BE67E0: hue angle of 283.14º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BE67E0 is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB190103224-
CMYK0.150.5400.12
HSL283.14º66.12%64.12%-
HSV(B)283.14º54.02%87.84%-
XYZ39.5426.0373.46-
YUV142.81173.82161.66-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.75%
GREEN value IS 103 (40.62% from 255) = 19.92%
BLUE value IS 224 (87.89% from 255) = 43.33%
R=36.75%
G=19.92%
B=43.33%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1901032240.150.5400.12283.1466.1264.12
HexBE67E0F360C11b4240
Octal2761473401766014433102100
Binary1011111011001111110000011111101100110010001101110000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE67E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE67E0; }

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

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

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

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

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

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

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

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