#be6fea

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

Shades of Medium Orchid #BE6FEA

Tints of Medium Orchid #BE6FEA

Color information

#BE6FEA (or 0xBE6FEA) is unknown color: approx Medium Orchid. HEX triplet: BE, 6F and EA. RGB value is (190,111,234). Sum of RGB (Red+Green+Blue) = 190+111+234=535 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.51% from 535); Green value is 111 (43.75% from 255 or 20.75% from 535); Blue value is 234 (91.80% from 255 or 43.74% from 535); Max value from RGB is 234 - color contains mainly: blue. Hex color #BE6FEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE6FEA is #419015. Grayscale: #949494. Windows color (decimal): -4296726 or 15364030. OLE color: 15364030.

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

Color convert

RGB190111234-
CMYK0.190.5300.08
HSL278.54º74.55%67.65%-
HSV(B)278.54º52.56%91.76%-
XYZ41.7728.2681.09-
YUV148.64176.17157.5-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.51%
GREEN value IS 111 (43.75% from 255) = 20.75%
BLUE value IS 234 (91.80% from 255) = 43.74%
R=35.51%
G=20.75%
B=43.74%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1901112340.190.5300.08278.5474.5567.65
HexBE6FEA1335081174b44
Octal2761573522365010427113104
Binary10111110110111111101010100111101010100010001011110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #be6fea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #be6fea; }

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

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

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

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

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

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

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

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