Html Css Color HEX #BE4EE2 Medium Orchid

📋 copy color: '#BE4EE2'

red 190 ◦ green 78 ◦ blue 226

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

Shades of Medium Orchid #BE4EE2

Tints of Medium Orchid #BE4EE2

RGB

 RED value IS 190 (74.61% from 255) = 38.46%

 GREEN value IS 78 (30.86% from 255) = 15.79%

 BLUE value IS 226 (88.67% from 255) = 45.75%

R = 38.46%
G = 15.79%
B = 45.75%

CMYK

 C value IS 0.16

 M value IS 0.65

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BE4EE2 (or 0xBE4EE2) is known color: Medium Orchid. HEX triplet: BE, 4E and E2. RGB value is (190,78,226). Sum of RGB (Red+Green+Blue) = 190+78+226=494 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.46% from 494); Green value is 78 (30.86% from 255 or 15.79% from 494); Blue value is 226 (88.67% from 255 or 45.75% from 494); Max value from RGB is 226 - color contains mainly: blue. Hex color #BE4EE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE4EE2 is #41B11D. Grayscale: #7F7F7F. Windows color (decimal): -4305182 or 14831294. OLE color: 14831294.

HSL color Cylindrical-coordinate representation of color #BE4EE2: hue angle of 285.41º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BE4EE2 is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 190 78 226 -
CMYK 0.16 0.65 0 0.11
HSL 285.41º 0.72% 0.6% -
HSV(B) 285.41º 0.65% 0.89% -
XYZ 37.69 21.89 74.19 -
YUV 128.36 183.11 171.97 -
System Red Green Blue C M Y K H S L
Decimal 190 78 226 0.16 0.65 0 0.11 285.41 0.72 0.6
Hex BE 4E E2 10 41 0 B 11D 48 3C
Octal 276 116 342 20 101 0 13 435 110 74
Binary 10111110 1001110 11100010 10000 1000001 0 1011 100011101 1001000 111100

Color Harmonies of #BE4EE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4EE2

Black with #BE4EE2

Text Example


Text Example

White with #BE4EE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4EE2; }

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

 H1.HeaderClassName
 {
   color: #BE4EE2;
 }
 .AnyTagClassName
 {
   color: #BE4EE2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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