Html Css Color HEX #BE49DF Medium Orchid

📋 copy color: '#BE49DF'

red 190 ◦ green 73 ◦ blue 223

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

Shades of Medium Orchid #BE49DF

Tints of Medium Orchid #BE49DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.88%

R = 39.09%
G = 15.02%
B = 45.88%

CMYK

 C value IS 0.15

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BE49DF (or 0xBE49DF) is known color: Medium Orchid. HEX triplet: BE, 49 and DF. RGB value is (190,73,223). Sum of RGB (Red+Green+Blue) = 190+73+223=486 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.09% from 486); Green value is 73 (28.91% from 255 or 15.02% from 486); Blue value is 223 (87.5% from 255 or 45.88% from 486); Max value from RGB is 223 - color contains mainly: blue. Hex color #BE49DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE49DF is #41B620. Grayscale: #7C7C7C. Windows color (decimal): -4306465 or 14633406. OLE color: 14633406.

HSL color Cylindrical-coordinate representation of color #BE49DF: hue angle of 286.8º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BE49DF is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 73 223 -
CMYK 0.15 0.67 0 0.13
HSL 286.8º 0.7% 0.58% -
HSV(B) 286.8º 0.67% 0.87% -
XYZ 36.94 21.04 71.93 -
YUV 125.08 183.26 174.3 -
System Red Green Blue C M Y K H S L
Decimal 190 73 223 0.15 0.67 0 0.13 286.8 0.7 0.58
Hex BE 49 DF F 43 0 D 11F 46 3A
Octal 276 111 337 17 103 0 15 437 106 72
Binary 10111110 1001001 11011111 1111 1000011 0 1101 100011111 1000110 111010

Color Harmonies of #BE49DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE49DF

Black with #BE49DF

Text Example


Text Example

White with #BE49DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE49DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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