Html Css Color HEX #BE4EE6 Medium Orchid

📋 copy color: '#BE4EE6'

red 190 ◦ green 78 ◦ blue 230

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

Shades of Medium Orchid #BE4EE6

Tints of Medium Orchid #BE4EE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 46.18%

R = 38.15%
G = 15.66%
B = 46.18%

CMYK

 C value IS 0.17

 M value IS 0.66

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BE4EE6 (or 0xBE4EE6) is known color: Medium Orchid. HEX triplet: BE, 4E and E6. RGB value is (190,78,230). Sum of RGB (Red+Green+Blue) = 190+78+230=498 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.15% from 498); Green value is 78 (30.86% from 255 or 15.66% from 498); Blue value is 230 (90.23% from 255 or 46.18% from 498); Max value from RGB is 230 - color contains mainly: blue. Hex color #BE4EE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE4EE6 is #41B119. Grayscale: #808080. Windows color (decimal): -4305178 or 15093438. OLE color: 15093438.

HSL color Cylindrical-coordinate representation of color #BE4EE6: hue angle of 284.21º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BE4EE6 is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 190 78 230 -
CMYK 0.17 0.66 0 0.10
HSL 284.21º 0.75% 0.6% -
HSV(B) 284.21º 0.66% 0.9% -
XYZ 38.24 22.11 77.11 -
YUV 128.82 185.11 171.64 -
System Red Green Blue C M Y K H S L
Decimal 190 78 230 0.17 0.66 0 0.10 284.21 0.75 0.6
Hex BE 4E E6 11 42 0 A 11C 4B 3C
Octal 276 116 346 21 102 0 12 434 113 74
Binary 10111110 1001110 11100110 10001 1000010 0 1010 100011100 1001011 111100

Color Harmonies of #BE4EE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4EE6

Black with #BE4EE6

Text Example


Text Example

White with #BE4EE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4EE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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