#BE4FE0

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

Shades of Medium Orchid #BE4FE0

Tints of Medium Orchid #BE4FE0

Color information

#BE4FE0 (or 0xBE4FE0) is unknown color: approx Medium Orchid. HEX triplet: BE, 4F and E0. RGB value is (190,79,224). Sum of RGB (Red+Green+Blue) = 190+79+224=493 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.54% from 493); Green value is 79 (31.25% from 255 or 16.02% from 493); Blue value is 224 (87.89% from 255 or 45.44% from 493); Max value from RGB is 224 - color contains mainly: blue. Hex color #BE4FE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE4FE0 is #41B01F. Grayscale: #808080. Windows color (decimal): -4304928 or 14700478. OLE color: 14700478.

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

Color convert

RGB19079224-
CMYK0.150.6500.12
HSL285.93º70.05%59.41%-
HSV(B)285.93º64.73%87.84%-
XYZ37.4921.9272.78-
YUV128.72181.77171.71-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.54%
GREEN value IS 79 (31.25% from 255) = 16.02%
BLUE value IS 224 (87.89% from 255) = 45.44%
R=38.54%
G=16.02%
B=45.44%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal190792240.150.6500.12285.9370.0559.41
HexBE4FE0F410C11e463b
Octal2761173401710101443610673
Binary1011111010011111110000011111000001011001000111101000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4FE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4FE0; }

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

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

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

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

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

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

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

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