#BE6FE0

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

Shades of Medium Orchid #BE6FE0

Tints of Medium Orchid #BE6FE0

Color information

#BE6FE0 (or 0xBE6FE0) is unknown color: approx Medium Orchid. HEX triplet: BE, 6F and E0. RGB value is (190,111,224). Sum of RGB (Red+Green+Blue) = 190+111+224=525 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.19% from 525); Green value is 111 (43.75% from 255 or 21.14% from 525); Blue value is 224 (87.89% from 255 or 42.67% from 525); Max value from RGB is 224 - color contains mainly: blue. Hex color #BE6FE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6FE0 is #41901F. Grayscale: #939393. Windows color (decimal): -4296736 or 14708670. OLE color: 14708670.

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

Color convert

RGB190111224-
CMYK0.150.5000.12
HSL281.95º64.57%65.69%-
HSV(B)281.95º50.45%87.84%-
XYZ40.3727.773.74-
YUV147.5171.17158.31-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.19%
GREEN value IS 111 (43.75% from 255) = 21.14%
BLUE value IS 224 (87.89% from 255) = 42.67%
R=36.19%
G=21.14%
B=42.67%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1901112240.150.5000.12281.9564.5765.69
HexBE6FE0F320C11a4142
Octal2761573401762014432101102
Binary1011111011011111110000011111100100110010001101010000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6FE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6FE0; }

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

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

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

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

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

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

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

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