#BE4EE1

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

Shades of Medium Orchid #BE4EE1

Tints of Medium Orchid #BE4EE1

Color information

#BE4EE1 (or 0xBE4EE1) is unknown color: approx Medium Orchid. HEX triplet: BE, 4E and E1. RGB value is (190,78,225). Sum of RGB (Red+Green+Blue) = 190+78+225=493 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.54% from 493); Green value is 78 (30.86% from 255 or 15.82% from 493); Blue value is 225 (88.28% from 255 or 45.64% from 493); Max value from RGB is 225 - color contains mainly: blue. Hex color #BE4EE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE4EE1 is #41B11E. Grayscale: #7F7F7F. Windows color (decimal): -4305183 or 14765758. OLE color: 14765758.

HSL color Cylindrical-coordinate representation of color #BE4EE1: hue angle of 285.71º degrees, saturation: 0.71, 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 #BE4EE1 is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB19078225-
CMYK0.160.6500.12
HSL285.71º71.01%59.41%-
HSV(B)285.71º65.33%88.24%-
XYZ37.5521.8373.47-
YUV128.25182.61172.05-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.54%
GREEN value IS 78 (30.86% from 255) = 15.82%
BLUE value IS 225 (88.28% from 255) = 45.64%
R=38.54%
G=15.82%
B=45.64%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal190782250.160.6500.12285.7171.0159.41
HexBE4EE110410C11e473b
Octal2761163412010101443610773
Binary10111110100111011100001100001000001011001000111101000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4EE1; }

 p { color: rgb(190,78,225); }

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

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

 a { background-color: rgb(190,78,225); }

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

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

 span { border-color: rgb(190,78,225); }

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