Html Css Color HEX #BE4EE1 Medium Orchid

📋 copy color: '#BE4EE1'

red 190 ◦ green 78 ◦ blue 225

#BE4EE1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #BE4EE1

Tints of Medium Orchid #BE4EE1

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 value IS 0.16

 M value IS 0.65

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BE4EE1 (or 0xBE4EE1) is known color: 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

RGB 190 78 225 -
CMYK 0.16 0.65 0 0.12
HSL 285.71º 0.71% 0.59% -
HSV(B) 285.71º 0.65% 0.88% -
XYZ 37.55 21.83 73.47 -
YUV 128.25 182.61 172.05 -
System Red Green Blue C M Y K H S L
Decimal 190 78 225 0.16 0.65 0 0.12 285.71 0.71 0.59
Hex BE 4E E1 10 41 0 C 11E 47 3B
Octal 276 116 341 20 101 0 14 436 107 73
Binary 10111110 1001110 11100001 10000 1000001 0 1100 100011110 1000111 111011

Color Harmonies of #BE4EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4EE1

Black with #BE4EE1

Text Example


Text Example

White with #BE4EE1

Text Example


Text Example

HTML Codes & Css Web 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>