Html Css Color HEX #BE49F9 Medium Orchid

📋 copy color: '#BE49F9'

red 190 ◦ green 73 ◦ blue 249

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

Shades of Medium Orchid #BE49F9

Tints of Medium Orchid #BE49F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 48.63%

R = 37.11%
G = 14.26%
B = 48.63%

CMYK

 C value IS 0.24

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BE49F9 (or 0xBE49F9) is known color: Medium Orchid. HEX triplet: BE, 49 and F9. RGB value is (190,73,249). Sum of RGB (Red+Green+Blue) = 190+73+249=512 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.11% from 512); Green value is 73 (28.91% from 255 or 14.26% from 512); Blue value is 249 (97.66% from 255 or 48.63% from 512); Max value from RGB is 249 - color contains mainly: blue. Hex color #BE49F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE49F9 is #41B606. Grayscale: #7F7F7F. Windows color (decimal): -4306439 or 16337342. OLE color: 16337342.

HSL color Cylindrical-coordinate representation of color #BE49F9: hue angle of 279.89º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BE49F9 is Cyan = 0.24, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 190 73 249 -
CMYK 0.24 0.71 0 0.02
HSL 279.89º 0.94% 0.63% -
HSV(B) 279.89º 0.71% 0.98% -
XYZ 40.72 22.55 91.83 -
YUV 128.05 196.26 172.19 -
System Red Green Blue C M Y K H S L
Decimal 190 73 249 0.24 0.71 0 0.02 279.89 0.94 0.63
Hex BE 49 F9 18 47 0 2 118 5E 3F
Octal 276 111 371 30 107 0 2 430 136 77
Binary 10111110 1001001 11111001 11000 1000111 0 10 100011000 1011110 111111

Color Harmonies of #BE49F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE49F9

Black with #BE49F9

Text Example


Text Example

White with #BE49F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE49F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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