Html Css Color HEX #BE49EC Medium Orchid

📋 copy color: '#BE49EC'

red 190 ◦ green 73 ◦ blue 236

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

Shades of Medium Orchid #BE49EC

Tints of Medium Orchid #BE49EC

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.63%

 BLUE value IS 236 (92.58% from 255) = 47.29%

R = 38.08%
G = 14.63%
B = 47.29%

CMYK

 C value IS 0.19

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BE49EC (or 0xBE49EC) is known color: Medium Orchid. HEX triplet: BE, 49 and EC. RGB value is (190,73,236). Sum of RGB (Red+Green+Blue) = 190+73+236=499 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38.08% from 499); Green value is 73 (28.91% from 255 or 14.63% from 499); Blue value is 236 (92.58% from 255 or 47.29% from 499); Max value from RGB is 236 - color contains mainly: blue. Hex color #BE49EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE49EC is #41B613. Grayscale: #7E7E7E. Windows color (decimal): -4306452 or 15485374. OLE color: 15485374.

HSL color Cylindrical-coordinate representation of color #BE49EC: hue angle of 283.07º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BE49EC is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 190 73 236 -
CMYK 0.19 0.69 0 0.07
HSL 283.07º 0.81% 0.61% -
HSV(B) 283.07º 0.69% 0.93% -
XYZ 38.76 21.77 81.52 -
YUV 126.57 189.76 173.25 -
System Red Green Blue C M Y K H S L
Decimal 190 73 236 0.19 0.69 0 0.07 283.07 0.81 0.61
Hex BE 49 EC 13 45 0 7 11B 51 3D
Octal 276 111 354 23 105 0 7 433 121 75
Binary 10111110 1001001 11101100 10011 1000101 0 111 100011011 1010001 111101

Color Harmonies of #BE49EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE49EC

Black with #BE49EC

Text Example


Text Example

White with #BE49EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE49EC; }

 p { color: rgb(190,73,236); }

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

background-color css

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

 a { background-color: rgb(190,73,236); }

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

border-color css

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

 span { border-color: rgb(190,73,236); }

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