#BE67EA

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

Shades of Medium Orchid #BE67EA

Tints of Medium Orchid #BE67EA

Color information

#BE67EA (or 0xBE67EA) is unknown color: approx Medium Orchid. HEX triplet: BE, 67 and EA. RGB value is (190,103,234). Sum of RGB (Red+Green+Blue) = 190+103+234=527 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.05% from 527); Green value is 103 (40.62% from 255 or 19.54% from 527); Blue value is 234 (91.80% from 255 or 44.40% from 527); Max value from RGB is 234 - color contains mainly: blue. Hex color #BE67EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE67EA is #419815. Grayscale: #8F8F8F. Windows color (decimal): -4298774 or 15361982. OLE color: 15361982.

HSL color Cylindrical-coordinate representation of color #BE67EA: hue angle of 279.85º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BE67EA is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB190103234-
CMYK0.190.5600.08
HSL279.85º75.72%66.08%-
HSV(B)279.85º55.98%91.76%-
XYZ40.9426.5980.82-
YUV143.95178.82160.85-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.05%
GREEN value IS 103 (40.62% from 255) = 19.54%
BLUE value IS 234 (91.80% from 255) = 44.40%
R=36.05%
G=19.54%
B=44.40%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1901032340.190.5600.08279.8575.7266.08
HexBE67EA1338081184c42
Octal2761473522370010430114102
Binary10111110110011111101010100111110000100010001100010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE67EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE67EA; }

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

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

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

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

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

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

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

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